diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-05 03:34:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-05 21:34:57 +0800 |
commit | 784b5b8dae5d2844c65c4fc6904dbd421a34c2e0 (patch) | |
tree | a49894ce3ef92528f8176e8d4fe7f19aadafe45e /libempathy | |
parent | 812c19a6c3c96b089cfe5be40d6fbd09e8b3e013 (diff) | |
download | gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.tar gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.tar.gz gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.tar.bz2 gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.tar.lz gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.tar.xz gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.tar.zst gsoc2013-empathy-784b5b8dae5d2844c65c4fc6904dbd421a34c2e0.zip |
empathy_call_handler_request_cb: notify when the tp-call property is set
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-call-handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index 0c2a84a05..3be5eda08 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -455,6 +455,7 @@ empathy_call_handler_request_cb (EmpathyDispatchOperation *operation, empathy_dispatch_operation_get_channel_wrapper (operation)); g_object_ref (priv->call); + g_object_notify (G_OBJECT (self), "tp-call"); empathy_call_handler_start_tpfs (self); |