Honor the return value of mail_account_gui_save.
2001-08-21 Peter Williams <peterw@ximian.com> * mail-account-editor.c (apply_changes): Honor the return value of mail_account_gui_save. svn path=/trunk/; revision=12370
This commit is contained in:
committed by
Peter Williams
parent
9f2496c373
commit
fc88bebfb3
@ -1,5 +1,8 @@
|
||||
2001-08-21 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* mail-account-editor.c (apply_changes): Honor the return value of
|
||||
mail_account_gui_save.
|
||||
|
||||
* mail-ops.c (sync_folder_desc): Say which folder is getting saved.
|
||||
|
||||
2001-08-21 Dan Winship <danw@ximian.com>
|
||||
|
||||
@ -108,7 +108,8 @@ apply_changes (MailAccountEditor *editor)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
mail_account_gui_save (editor->gui);
|
||||
if (mail_account_gui_save (editor->gui))
|
||||
return FALSE;
|
||||
|
||||
/* FIXME: uh, what the hell is this for? */
|
||||
account = editor->gui->account;
|
||||
|
||||
Reference in New Issue
Block a user