im.pidgin.pidgin.2.3.1: c306e0daa72e1de894fb7edc4b9d50a7d3b0a5df

nosnilmot at pidgin.im nosnilmot at pidgin.im
Thu Dec 6 20:31:07 EST 2007


-----------------------------------------------------------------
Revision: c306e0daa72e1de894fb7edc4b9d50a7d3b0a5df
Ancestor: f8e2b7c81d8c6ae2a38acab88d2324a6cf681468
Author: nosnilmot at pidgin.im
Date: 2007-12-07T01:26:55
Branch: im.pidgin.pidgin.2.3.1

Modified files:
        finch/gntdebug.c pidgin/gtkdebug.c

ChangeLog: 

applied changes from 10f341962a83e2380243c4e44bb685105e3091a2
             through 6b800f3a85136f684fc3793cdbd78ac04aa5f2ac
Steal gstreamer debug messages

-------------- next part --------------
============================================================
--- finch/gntdebug.c	d5dd6eaf2957a71a071c11f85df01ef814312059
+++ finch/gntdebug.c	3ca1f6885f222d6a4fde9ceeca668031a43a7141
@@ -344,6 +344,9 @@ void finch_debug_init()
 	REGISTER_G_LOG_HANDLER("GModule");
 	REGISTER_G_LOG_HANDLER("GLib-GObject");
 	REGISTER_G_LOG_HANDLER("GThread");
+#ifdef USE_GSTREAMER
+	REGISTER_G_LOG_HANDLER("GStreamer");
+#endif
 
 	g_set_print_handler(print_stderr);   /* Redirect the debug messages to stderr */
 	if (!purple_debug_is_enabled())
============================================================
--- pidgin/gtkdebug.c	65e4aa213d8b9d575a57e1d2d10d217cc4661922
+++ pidgin/gtkdebug.c	89f0f8e44249d77581ec8e241215490037c090df
@@ -985,6 +985,9 @@ pidgin_debug_init(void)
 	REGISTER_G_LOG_HANDLER("GModule");
 	REGISTER_G_LOG_HANDLER("GLib-GObject");
 	REGISTER_G_LOG_HANDLER("GThread");
+#ifdef USE_GSTREAMER
+	REGISTER_G_LOG_HANDLER("GStreamer");
+#endif
 
 #ifdef _WIN32
 	if (!purple_debug_is_enabled())


More information about the Commits mailing list