X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-conf.c;h=86a9ef147a25e86d196a14c7baa5989990d27379;hp=fc252725288f274ce46d8e91c057726dc1af0344;hb=fd44d68efc59bf8d3f70e70bb1df7e6885228188;hpb=f09035e1dad15d43d7d6135db599813e40693384 diff --git a/src/modest-conf.c b/src/modest-conf.c index fc25272..86a9ef1 100644 --- a/src/modest-conf.c +++ b/src/modest-conf.c @@ -316,7 +316,7 @@ modest_conf_set_list (ModestConf* self, const gchar* key, priv = MODEST_CONF_GET_PRIVATE(self); gconf_type = modest_conf_type_to_gconf_type (list_type, err); - if (err) + if (*err) return FALSE; return gconf_client_set_list (priv->gconf_client, key, gconf_type, val, err);