summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2012-01-04 14:22:02 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2012-03-27 17:44:43 +0100
commit687ec45023294d6003f987ff0dfc72986fdb7f46 (patch)
treeec0daf10754b1ff8cee476ed074e8c4f0353c5d8
parent5d7a8f948c504b842781e99f77bebcb94bf610a0 (diff)
gabble_roster_unpublish_async: correct the source tag
-rw-r--r--src/roster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster.c b/src/roster.c
index 2a976ab19..02b2e91ce 100644
--- a/src/roster.c
+++ b/src/roster.c
@@ -2951,7 +2951,7 @@ gabble_roster_unpublish_async (TpBaseContactList *base,
tp_base_contact_list_contacts_changed (base, changed, removed);
gabble_simple_async_succeed_or_fail_in_idle (self, callback, user_data,
- gabble_roster_request_subscription_async, error);
+ gabble_roster_unpublish_async, error);
g_clear_error (&error);
tp_handle_set_destroy (changed);
tp_handle_set_destroy (removed);