From 09a6132a1a04a11c8f1343450fd33c0a855646b6 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 21 Aug 2001 22:22:15 +0000 Subject: tiny typo svn path=/trunk/; revision=12371 --- mail/mail-account-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? */ -- cgit v1.2.3