diff options
Diffstat (limited to 'mail/mail-account-editor.c')
-rw-r--r-- | mail/mail-account-editor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c index 1f37511e96..26899f29d6 100644 --- a/mail/mail-account-editor.c +++ b/mail/mail-account-editor.c @@ -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; |