diff options
author | Larry Ewing <lewing@ximian.com> | 2001-09-11 14:02:43 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-09-11 14:02:43 +0800 |
commit | 44968e072f3298bb59af4e51a804998ef1690894 (patch) | |
tree | 2abec97271995042cea214338e7bed01fc9b2d8d /mail/ChangeLog | |
parent | bf121d6ddbd8f42cc6e3aed60acc7b09a6e650c3 (diff) | |
download | gsoc2013-evolution-44968e072f3298bb59af4e51a804998ef1690894.tar.gz gsoc2013-evolution-44968e072f3298bb59af4e51a804998ef1690894.tar.zst gsoc2013-evolution-44968e072f3298bb59af4e51a804998ef1690894.zip |
call menu_file_save_error when there is an exception while saving.
2001-09-11 Larry Ewing <lewing@ximian.com>
* mail-account-gui.c (menu_file_save_cb): call menu_file_save_error
when there is an exception while saving.
(menu_file_save_error): pop up a dialog telling the user the file
has not been saved.
svn path=/trunk/; revision=12765
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fc6eea85b9..e9e5a842b2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-09-11 Larry Ewing <lewing@ximian.com> + + * mail-account-gui.c (menu_file_save_cb): call menu_file_save_error + when there is an exception while saving. + (menu_file_save_error): pop up a dialog telling the user the file + has not been saved. + 2001-09-10 <NotZed@Ximian.com> * mail-local.c (mail_local_reconfigure_folder): Dynamically create @@ -31,6 +38,7 @@ 2001-09-10 Jeffrey Stedfast <fejj@ximian.com> +>>>>>>> 1.1671 * mail-account-gui.c (mail_account_gui_new): Hide the S/MIME frame if we don't support S/MIME. |