]> git.0d.be Git - empathy.git/commitdiff
empathy_call_handler_request_cb: notify when the tp-call property is set
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 4 Nov 2009 19:34:01 +0000 (19:34 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 5 Nov 2009 13:34:57 +0000 (13:34 +0000)
libempathy/empathy-call-handler.c

index 0c2a84a05b79583d0e37eeb15638084766f4669d..3be5eda0808475446fcfa48d7ecc481c954e8eb0 100644 (file)
@@ -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);