diff options
author | Larry Ewing <lewing@ximian.com> | 2001-07-07 05:44:15 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-07-07 05:44:15 +0800 |
commit | a8fbf376d83f1e75750b1b938bd0256deabcded5 (patch) | |
tree | 53bde08b2dcea8ace2af514931bf5cdcdce20ad4 /composer/ChangeLog | |
parent | 53e8e2ec8d613cf01a7f4524a71f110353469cbc (diff) | |
download | gsoc2013-evolution-a8fbf376d83f1e75750b1b938bd0256deabcded5.tar.gz gsoc2013-evolution-a8fbf376d83f1e75750b1b938bd0256deabcded5.tar.zst gsoc2013-evolution-a8fbf376d83f1e75750b1b938bd0256deabcded5.zip |
only ask if there are actually contents in the file. Asking about an
2001-07-06 Larry Ewing <lewing@ximian.com>
* e-msg-composer.c (autosave_manager_query_load_orphans): only ask
if there are actually contents in the file. Asking about an
emptry fil is not very useful.
(autosave_load_draft): add some sanity chacks.
(autosave_run_foreach_cb): remove debugging warning.
svn path=/trunk/; revision=10863
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index eb37427bb9..193d2c5bf5 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,13 @@ 2001-07-06 Larry Ewing <lewing@ximian.com> + * e-msg-composer.c (autosave_manager_query_load_orphans): only ask + if there are actually contents in the file. Asking about an + emptry fil is not very useful. + (autosave_load_draft): add some sanity chacks. + (autosave_run_foreach_cb): remove debugging warning. + +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 |