aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-observer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-observer.c')
-rw-r--r--src/empathy-call-observer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c
index dba191a61..20b4bf6ef 100644
--- a/src/empathy-call-observer.c
+++ b/src/empathy-call-observer.c
@@ -168,6 +168,8 @@ observe_channels (TpSimpleObserver *observer,
"progress: %s", tp_proxy_get_object_path (channel));
tp_channel_dispatch_operation_claim_async (dispatch_operation,
on_cdo_claim_cb, g_object_ref (channel));
+
+ tp_observe_channels_context_accept (context);
return;
}