diff src/connection.c @ 11256:bb0d7b719af2

[gaim-migrate @ 13430] I give you regex filtering in the debug window. We keep a buffer of all the text, so when unpausing all the messages that were output when paused will be displayed, as well as when you change the filter. This _should_ be alright on systems that don't have regex.h but I haven't gotten anyone to test it recently, if it's busted, just #ifdef HAVE_REGEX_H it. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 13 Aug 2005 22:09:34 +0000
parents ad9a61894d9b
children 84d3f47e6258
line wrap: on
line diff
--- a/src/connection.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/src/connection.c	Sat Aug 13 22:09:34 2005 +0000
@@ -506,8 +506,6 @@
 {
 	void *handle = gaim_connections_get_handle();
 
-	gaim_debug_register_category("connection");
-
 	gaim_signal_register(handle, "signing-on",
 						 gaim_marshal_VOID__POINTER, NULL, 1,
 						 gaim_value_new(GAIM_TYPE_SUBTYPE,
@@ -533,8 +531,6 @@
 gaim_connections_uninit(void)
 {
 	gaim_signals_unregister_by_instance(gaim_connections_get_handle());
-
-	gaim_debug_unregister_category("connection");
 }
 
 void *