aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/default-mailer/default-mailer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/default-mailer/default-mailer.c')
-rw-r--r--plugins/default-mailer/default-mailer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/default-mailer/default-mailer.c b/plugins/default-mailer/default-mailer.c
index 7069f46e7b..f52bd30855 100644
--- a/plugins/default-mailer/default-mailer.c
+++ b/plugins/default-mailer/default-mailer.c
@@ -78,10 +78,10 @@ org_gnome_default_mailer_check_default (EPlugin *ep, ESEventTargetUpgrade *targe
/* See whether the check default mailer key has already been set */
is_key = gconf_client_get(client, GCONF_KEY_CHECKDEFAULT, NULL);
- if(!is_key) {
+ if(!is_key)
gconf_client_set_bool(client, GCONF_KEY_CHECKDEFAULT, TRUE, NULL);
+ else
gconf_value_free (is_key);
- }
/* Check whether we're supposed to check whether or not we are the default mailer */
if(gconf_client_get_bool(client, GCONF_KEY_CHECKDEFAULT, NULL)) {