From 6670167794afb834c87fa7bae7286567b7a84cb3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 19 Sep 2011 12:18:44 +0200 Subject: Use tp_proxy_prepare_async instead of tp_account_manager_prepare_async --- libempathy/empathy-account-settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-account-settings.c') diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 04fa789d5..50c8f992d 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -1617,7 +1617,7 @@ empathy_account_settings_manager_ready_cb (GObject *source_object, TpAccountManager *account_manager = TP_ACCOUNT_MANAGER (source_object); GError *error = NULL; - if (!tp_account_manager_prepare_finish (account_manager, result, &error)) + if (!tp_proxy_prepare_finish (account_manager, result, &error)) { DEBUG ("Failed to prepare account manager: %s", error->message); g_error_free (error); @@ -1652,7 +1652,7 @@ empathy_account_settings_apply_async (EmpathyAccountSettings *settings, if (priv->account == NULL) { - tp_account_manager_prepare_async (priv->account_manager, NULL, + tp_proxy_prepare_async (priv->account_manager, NULL, empathy_account_settings_manager_ready_cb, settings); } else -- cgit v1.2.3