diff options
-rw-r--r-- | mail/mail-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c index 26899f29d6..cc30da00b0 100644 --- a/mail/mail-account-editor.c +++ b/mail/mail-account-editor.c @@ -108,7 +108,7 @@ apply_changes (MailAccountEditor *editor) return FALSE; } - if (mail_account_gui_save (editor->gui)) + if (mail_account_gui_save (editor->gui) == FALSE) return FALSE; /* FIXME: uh, what the hell is this for? */ |