[empathy] ::new-call-handler -> ::new-streamed-media-handler



commit c61ceefda501caad3efc8cad84662972d3652baa
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Thu Feb 3 15:30:39 2011 +0000

    ::new-call-handler -> ::new-streamed-media-handler

 libempathy/empathy-call-factory.c |    2 +-
 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 4ec3e97..281434c 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 29d2efa..6aef1fd 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))



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