comparison src/gtkft.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 e1507691f5b3
comparison
equal deleted inserted replaced
11255:1b1d63602d77 11256:bb0d7b719af2
1133 gaim_gtk_xfers_init(void) 1133 gaim_gtk_xfers_init(void)
1134 { 1134 {
1135 gaim_prefs_add_none("/gaim/gtk/filetransfer"); 1135 gaim_prefs_add_none("/gaim/gtk/filetransfer");
1136 gaim_prefs_add_bool("/gaim/gtk/filetransfer/clear_finished", TRUE); 1136 gaim_prefs_add_bool("/gaim/gtk/filetransfer/clear_finished", TRUE);
1137 gaim_prefs_add_bool("/gaim/gtk/filetransfer/keep_open", FALSE); 1137 gaim_prefs_add_bool("/gaim/gtk/filetransfer/keep_open", FALSE);
1138
1139 gaim_debug_register_category("ft");
1140 } 1138 }
1141 1139
1142 void 1140 void
1143 gaim_gtk_xfers_uninit(void) 1141 gaim_gtk_xfers_uninit(void)
1144 { 1142 {