summaryrefslogtreecommitdiff
path: root/telepathy-ytstenut-glib/tests/server-client-pong.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-ytstenut-glib/tests/server-client-pong.c')
-rw-r--r--telepathy-ytstenut-glib/tests/server-client-pong.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-ytstenut-glib/tests/server-client-pong.c b/telepathy-ytstenut-glib/tests/server-client-pong.c
index 65f2ef5..827198c 100644
--- a/telepathy-ytstenut-glib/tests/server-client-pong.c
+++ b/telepathy-ytstenut-glib/tests/server-client-pong.c
@@ -114,7 +114,7 @@ account_prepared_cb (GObject *source_object,
TpAccount *account = TP_ACCOUNT (source_object);
GError *error = NULL;
- if (!tp_account_prepare_finish (account, result, &error))
+ if (!tp_proxy_prepare_finish (account, result, &error))
{
g_print ("failed to prepare account: %s\n", error->message);
g_clear_error (&error);
@@ -151,7 +151,7 @@ main (int argc,
account = tp_yts_account_manager_ensure_account (am, path, NULL);
g_free (path);
- tp_account_prepare_async (account, NULL, account_prepared_cb, argv[2]);
+ tp_proxy_prepare_async (account, NULL, account_prepared_cb, argv[2]);
loop = g_main_loop_new (NULL, FALSE);
g_main_loop_run (loop);