summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 15:07:50 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 15:07:50 +0200
commit523dca7d96d328a92c940be5cb4550e8d72cef6d (patch)
tree3073a5baaecf629271fb9d12b3884be775148e89 /telepathy-glib/account-manager.c
parenta02af787eab20a08a678a215c917b022c2ee6f8f (diff)
downloadtelepathy-glib-523dca7d96d328a92c940be5cb4550e8d72cef6d.tar.gz
stop using tp_account_is_prepared()
Diffstat (limited to 'telepathy-glib/account-manager.c')
-rw-r--r--telepathy-glib/account-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 8a121a42b..94f3f1391 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -1221,7 +1221,7 @@ tp_account_manager_set_all_requested_presences (TpAccountManager *manager,
{
TpAccount *account = TP_ACCOUNT (value);
- if (tp_account_is_prepared (account, TP_ACCOUNT_FEATURE_CORE))
+ if (tp_proxy_is_prepared (account, TP_ACCOUNT_FEATURE_CORE))
tp_account_request_presence_async (account, type, status, message,
NULL, NULL);
}