* Added wpeditor dependency to configure.ac
[modest] / src / modest-conf.c
index fc25272..d276082 100644 (file)
@@ -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);
@@ -404,8 +404,7 @@ modest_conf_key_is_valid (const gchar* key)
 }
 
 
-
-
+/* hmmm... might need to make specific callback for specific keys */
 static void
 modest_conf_on_change (GConfClient *client, guint conn_id, GConfEntry *entry,
                       gpointer data)