comparison src/gtkprefs.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 a511b77a368b
children 477e5cca8287
comparison
equal deleted inserted replaced
11255:1b1d63602d77 11256:bb0d7b719af2
2227 } 2227 }
2228 2228
2229 void 2229 void
2230 gaim_gtk_prefs_init(void) 2230 gaim_gtk_prefs_init(void)
2231 { 2231 {
2232 gaim_debug_register_category("theme dnd");
2233
2234 gaim_prefs_add_none("/gaim"); 2232 gaim_prefs_add_none("/gaim");
2235 gaim_prefs_add_none("/gaim/gtk"); 2233 gaim_prefs_add_none("/gaim/gtk");
2236 gaim_prefs_add_none("/plugins/gtk"); 2234 gaim_prefs_add_none("/plugins/gtk");
2237 2235
2238 /* XXX Move this! HACK! :( Aww... */ 2236 /* XXX Move this! HACK! :( Aww... */