diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-08 23:31:03 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-08 23:49:53 +0800 |
commit | c87a719dbd15c6c527b0249b9e466456da5968aa (patch) | |
tree | 202dda2ca1af827ed749a091b1761ada368d43ed | |
parent | d1c3f0d9952f6806da997428d99cce3c8cb62d95 (diff) | |
download | gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.tar gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.tar.gz gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.tar.bz2 gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.tar.lz gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.tar.xz gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.tar.zst gsoc2013-empathy-c87a719dbd15c6c527b0249b9e466456da5968aa.zip |
return from ObserveChannels() after having called Claim()
-rw-r--r-- | src/empathy-call-observer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c index 8ebb06c8b..60cfb4f98 100644 --- a/src/empathy-call-observer.c +++ b/src/empathy-call-observer.c @@ -152,6 +152,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; } |