[empathy] empathy_call_handler_request_cb: notify when the tp-call property is set



commit 784b5b8dae5d2844c65c4fc6904dbd421a34c2e0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Nov 4 19:34:01 2009 +0000

    empathy_call_handler_request_cb: notify when the tp-call property is set

 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 0c2a84a..3be5eda 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]