]> git.0d.be Git - empathy.git/commitdiff
Always set the mc4 imported gconf key
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 17:53:33 +0000 (18:53 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 22:18:48 +0000 (23:18 +0100)
src/empathy-import-mc4-accounts.c

index 312b5a2fc7839615df68d00f6492e4a5a9d2d4d2..6f2a02c831c16cacf95485be929cc6ef4c3c145d 100644 (file)
@@ -432,16 +432,9 @@ empathy_import_mc4_accounts (EmpathyConnectionManagers *managers)
       g_free (dir->data);
     }
 
-  gconf_client_set_bool (client,
-      IMPORTED_MC4_ACCOUNTS, TRUE, &error);
-
-  if (error != NULL)
-    {
-      DEBUG ("Failed to set import_mc4_accounts key: %s\n", error->message);
-      g_clear_error (&error);
-    }
-
 out:
+  gconf_client_set_bool (client, IMPORTED_MC4_ACCOUNTS, TRUE, NULL);
+
   g_slist_free (dirs);
   g_object_unref (client);
   return imported;