diff src/protocols/yahoo/yahoo.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 90be432e8385
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sat Aug 13 22:09:34 2005 +0000
@@ -3380,9 +3380,6 @@
 {
 	yahoo_dest_colorht();
 
-	gaim_debug_unregister_category("yahoo");
-	gaim_debug_unregister_category("yahoo_filexfer");
-
 	return TRUE;
 }
 
@@ -3610,9 +3607,6 @@
 {
 	GaimAccountOption *option;
 
-	gaim_debug_register_category("yahoo");
-	gaim_debug_register_category("yahoo_filexfer");
-
 	option = gaim_account_option_bool_new(_("Yahoo Japan"), "yahoojp", FALSE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);