[telepathy-gabble/master] Use generated signal emitting function instead of g_signal_emit_by_name.

Jonny Lamb jonny.lamb at collabora.co.uk
Wed Jun 3 06:10:54 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/debugger.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/debugger.c b/src/debugger.c
index 0759db4..6d0956d 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -267,9 +267,9 @@ gabble_debugger_add_message (GabbleDebugger *self,
 
   if (self->enabled)
     {
-      g_signal_emit_by_name (
-          G_OBJECT (self), "new-debug-message", new_msg->timestamp,
+      gabble_svc_debug_emit_new_debug_message (self, new_msg->timestamp,
           domain, new_msg->level, string);
+
     }
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list