diff src/buddyicon.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 096020ae09a9
children 10066662176a
line wrap: on
line diff
--- a/src/buddyicon.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/src/buddyicon.c	Sat Aug 13 22:09:34 2005 +0000
@@ -505,8 +505,6 @@
 void
 gaim_buddy_icons_init()
 {
-	gaim_debug_register_category("buddy icons");
-
 	account_cache = g_hash_table_new_full(
 		g_direct_hash, g_direct_equal,
 		NULL, (GFreeFunc)g_hash_table_destroy);
@@ -527,8 +525,6 @@
 gaim_buddy_icons_uninit()
 {
 	g_hash_table_destroy(account_cache);
-
-	gaim_debug_unregister_category("buddy icons");
 }
 
 void gaim_buddy_icon_get_scale_size(GaimBuddyIconSpec *spec, int *width, int *height)