summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-26 13:14:25 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-26 13:14:25 +0100
commit56d2350c937e12a8bed069bb030f51f786ce830e (patch)
treed1c537ef9da0f9c1334fe63b9e114b9c5b9f4239
parent11a9b7cd979c1d3df9d14cb2bf5754523ae499dc (diff)
status: fix copy-paste error when checking a async result
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-ytstenut-glib/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-ytstenut-glib/status.c b/telepathy-ytstenut-glib/status.c
index 8eadcf2..72e13ec 100644
--- a/telepathy-ytstenut-glib/status.c
+++ b/telepathy-ytstenut-glib/status.c
@@ -565,7 +565,7 @@ tp_yts_status_ensure_for_connection_finish (TpConnection *connection,
res = G_SIMPLE_ASYNC_RESULT (result);
g_return_val_if_fail (g_simple_async_result_is_valid (result,
- G_OBJECT (connection), tp_yts_status_advertise_status_async), FALSE);
+ G_OBJECT (connection), tp_yts_status_ensure_for_connection_async), FALSE);
if (g_simple_async_result_propagate_error (res, error))
return FALSE;