From 784b5b8dae5d2844c65c4fc6904dbd421a34c2e0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 4 Nov 2009 19:34:01 +0000 Subject: empathy_call_handler_request_cb: notify when the tp-call property is set --- libempathy/empathy-call-handler.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3