[telepathy-gabble/master] Emit new-debug-message with the correct arguments.

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 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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




More information about the telepathy-commits mailing list