comparison 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
comparison
equal deleted inserted replaced
11255:1b1d63602d77 11256:bb0d7b719af2
338 338
339 /* 339 /*
340 * EXPORTED FUNCTIONS 340 * EXPORTED FUNCTIONS
341 */ 341 */
342 gboolean plugin_load(GaimPlugin *plugin) { 342 gboolean plugin_load(GaimPlugin *plugin) {
343 gaim_debug_register_category(WINTRANS_PLUGIN_ID);
344
345 imalpha = gaim_prefs_get_int(OPT_WINTRANS_IM_ALPHA); 343 imalpha = gaim_prefs_get_int(OPT_WINTRANS_IM_ALPHA);
346 blalpha = gaim_prefs_get_int(OPT_WINTRANS_BL_ALPHA); 344 blalpha = gaim_prefs_get_int(OPT_WINTRANS_BL_ALPHA);
347 345
348 gaim_signal_connect((void*)gaim_conversations_get_handle(), 346 gaim_signal_connect((void*)gaim_conversations_get_handle(),
349 "conversation-created", 347 "conversation-created",
376 remove_sliders(); 374 remove_sliders();
377 375
378 if(blist) 376 if(blist)
379 set_wintrans_off(blist); 377 set_wintrans_off(blist);
380 378
381 gaim_debug_unregister_category(WINTRANS_PLUGIN_ID);
382
383 return TRUE; 379 return TRUE;
384 } 380 }
385 381
386 GtkWidget *get_config_frame(GaimPlugin *plugin) { 382 GtkWidget *get_config_frame(GaimPlugin *plugin) {
387 GtkWidget *ret; 383 GtkWidget *ret;