From 051f6546155f56e5dd478c9b366aa583948431bc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 21 May 2003 15:27:54 +0000 Subject: Updated copyright years. 2003-05-20 Jeffrey Stedfast * mail-importer.c: Updated copyright years. * mail-callbacks.c (ask_confirm_for_empty_subject): Fixed the logic a bit - if the gconf key *isn't* set, we want to return TRUE. * mail-search.c (mail_search_finalise): We need to weak_unref() the mail-display here. Fixes bug #43392. svn path=/trunk/; revision=21299 --- mail/mail-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index c8dd8a439b..87bbc24817 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -281,7 +281,7 @@ ask_confirm_for_empty_subject (EMsgComposer *composer) gconf = gconf_client_get_default (); - if (gconf_client_get_bool (gconf, "/apps/evolution/mail/prompts/empty_subject", NULL)) + if (!gconf_client_get_bool (gconf, "/apps/evolution/mail/prompts/empty_subject", NULL)) return TRUE; res = e_question ((GtkWindow *) composer, GTK_RESPONSE_YES, &show_again, -- cgit v1.2.3