aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-av.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-av.c')
-rw-r--r--src/empathy-av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-av.c b/src/empathy-av.c
index 29d2efadb..6aef1fdd1 100644
--- a/src/empathy-av.c
+++ b/src/empathy-av.c
@@ -88,7 +88,7 @@ activate_cb (GApplication *application)
g_assert (call_factory == NULL);
call_factory = empathy_call_factory_initialise ();
- g_signal_connect (G_OBJECT (call_factory), "new-call-handler",
+ g_signal_connect (G_OBJECT (call_factory), "new-streamed-media-handler",
G_CALLBACK (new_call_handler_cb), NULL);
if (!empathy_call_factory_register (call_factory, &error))