diff options
-rw-r--r-- | libempathy/empathy-call-factory.c | 2 | ||||
-rw-r--r-- | src/empathy-av.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index 4ec3e976b..281434cbe 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -167,7 +167,7 @@ empathy_call_factory_class_init ( object_class->finalize = empathy_call_factory_finalize; signals[NEW_STREAMED_MEDIA_HANDLER] = - g_signal_new ("new-call-handler", + g_signal_new ("new-streamed-media-handler", G_TYPE_FROM_CLASS (empathy_call_factory_class), G_SIGNAL_RUN_LAST, 0, NULL, NULL, 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)) |