[empathy/mc5] Use new async enable api
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5] Use new async enable api
- Date: Sun, 23 Aug 2009 22:20:28 +0000 (UTC)
commit b466c826795481a46c47f74773689633d9bb0b6c
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Sun Aug 23 14:55:17 2009 +0100
Use new async enable api
src/empathy-import-mc4-accounts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-import-mc4-accounts.c b/src/empathy-import-mc4-accounts.c
index 0dbadd6..13f81e4 100644
--- a/src/empathy-import-mc4-accounts.c
+++ b/src/empathy-import-mc4-accounts.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]