From fc88bebfb31523a5c6dd280fb6287d0512e95b5f Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 21 Aug 2001 22:18:04 +0000 Subject: Honor the return value of mail_account_gui_save. 2001-08-21 Peter Williams * mail-account-editor.c (apply_changes): Honor the return value of mail_account_gui_save. svn path=/trunk/; revision=12370 --- mail/mail-account-editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/mail-account-editor.c') 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; -- cgit v1.2.3