]> git.0d.be Git - empathy.git/commitdiff
Use new async enable api
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 13:55:17 +0000 (14:55 +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 0dbadd6ee48ca639dbddd8dabe00ac7fbf9ff3ed..13f81e4e2a80fd3fab9d17d314cb7c5bb3f9e18d 100644 (file)
@@ -234,7 +234,7 @@ _create_account_cb (GObject *source,
     }
 
   DEBUG ("account created\n");
-  empathy_account_set_enabled (account, data->enabled);
+  empathy_account_set_enabled_async (account, data->enabled, NULL, NULL);
 
   g_object_unref (account);
   _account_data_free (data);