From de0dd5093afcb898eaad92d0f15f6a342deda980 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 17 May 2011 12:43:39 +0200 Subject: use tp_channel_dispatch_operation_claim_async() (#650386) --- libempathy/empathy-auth-factory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index 36f7fda55..56b3b73eb 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -344,7 +344,7 @@ claim_cb (GObject *source, ObserveChannelsData *data = user_data; GError *error = NULL; - if (!tp_channel_dispatch_operation_claim_finish ( + if (!tp_channel_dispatch_operation_claim_with_finish ( TP_CHANNEL_DISPATCH_OPERATION (source), result, &error)) { DEBUG ("Failed to call Claim: %s", error->message); @@ -388,8 +388,8 @@ get_password_cb (GObject *source, DEBUG ("We have a password for account %s, calling Claim", tp_proxy_get_object_path (source)); - tp_channel_dispatch_operation_claim_async (data->dispatch_operation, - claim_cb, data); + tp_channel_dispatch_operation_claim_with_async (data->dispatch_operation, + TP_BASE_CLIENT (data->self), claim_cb, data); tp_observe_channels_context_accept (data->context); } -- cgit v1.2.3