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:
Peter Williams
2001-08-21 22:18:04 +00:00
committed by Peter Williams
parent 9f2496c373
commit fc88bebfb3
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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;