diff options
Diffstat (limited to 'libempathy/empathy-call-handler.c')
-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); |