From af72fc9468d136ae29e93e4341d04ba3c9c082aa Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Fri, 6 Jul 2001 05:23:59 +0000 Subject: make sure we only remove the file if we think we saved it properly. 2001-07-06 Larry Ewing * 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 --- composer/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'composer/ChangeLog') 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 + + * 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 * e-msg-composer.c: add ask argment. -- cgit