diff plugins/win32/transparency/win2ktrans.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 50224ac8184d
children ef6e94bdda08
line wrap: on
line diff
--- a/plugins/win32/transparency/win2ktrans.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Sat Aug 13 22:09:34 2005 +0000
@@ -340,8 +340,6 @@
  *  EXPORTED FUNCTIONS
  */
 gboolean plugin_load(GaimPlugin *plugin) {
-	gaim_debug_register_category(WINTRANS_PLUGIN_ID);
-
 	imalpha = gaim_prefs_get_int(OPT_WINTRANS_IM_ALPHA);
 	blalpha = gaim_prefs_get_int(OPT_WINTRANS_BL_ALPHA);
 
@@ -378,8 +376,6 @@
 	if(blist)
 		set_wintrans_off(blist);
 
-	gaim_debug_unregister_category(WINTRANS_PLUGIN_ID);
-
 	return TRUE;
 }