diff options
author | Larry Ewing <lewing@ximian.com> | 2001-07-06 13:23:59 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-07-06 13:23:59 +0800 |
commit | af72fc9468d136ae29e93e4341d04ba3c9c082aa (patch) | |
tree | 7458d4d9262e5dc04f3173a53a1b1d6b81b666fb /composer/ChangeLog | |
parent | ccbc3a36887e4ab7e442c649ddae53f6e964f40f (diff) | |
download | gsoc2013-evolution-af72fc9468d136ae29e93e4341d04ba3c9c082aa.tar.gz gsoc2013-evolution-af72fc9468d136ae29e93e4341d04ba3c9c082aa.tar.zst gsoc2013-evolution-af72fc9468d136ae29e93e4341d04ba3c9c082aa.zip |
make sure we only remove the file if we think we saved it properly.
2001-07-06 Larry Ewing <lewing@ximian.com>
* e-msg-composer.c (autosave_manager_unregister): make sure we
only remove the file if we think we saved it properly.
(autosave_manager_stop): make sure we set the timeout back to 0 so
that we will restart next time since we stop the timer when there
are no active composers.
(destroy): move this to the beginning of the destroy process.
(autosave_save_draft): add a return value indicating success.
(autosave_manager_register): go ahead and ask next time.
svn path=/trunk/; revision=10839
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index d7e8368d43..eb37427bb9 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2001-07-06 Larry Ewing <lewing@ximian.com> + + * e-msg-composer.c (autosave_manager_unregister): make sure we + only remove the file if we think we saved it properly. + (autosave_manager_stop): make sure we set the timeout back to 0 so + that we will restart next time since we stop the timer when there + are no active composers. + (destroy): move this to the beginning of the destroy process. + (autosave_save_draft): add a return value indicating success. + (autosave_manager_register): go ahead and ask next time. + 2001-07-05 Larry Ewing <lewing@ximian.com> * e-msg-composer.c: add ask argment. |