comparison src/gtkdebug.c @ 10314:0a561b6ef7ec

[gaim-migrate @ 11512] Whoops. Thanks Andrew Hart committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 03 Dec 2004 23:44:47 +0000
parents 19974fd2d61d
children 6a20307ef8dc
comparison
equal deleted inserted replaced
10313:455c0830d108 10314:0a561b6ef7ec
407 REGISTER_G_LOG_HANDLER("GModule"); 407 REGISTER_G_LOG_HANDLER("GModule");
408 REGISTER_G_LOG_HANDLER("GLib-GObject"); 408 REGISTER_G_LOG_HANDLER("GLib-GObject");
409 REGISTER_G_LOG_HANDLER("GThread"); 409 REGISTER_G_LOG_HANDLER("GThread");
410 410
411 #ifdef _WIN32 411 #ifdef _WIN32
412 if (!opt_debug) 412 if (!gaim_debug_is_enabled())
413 g_set_print_handler(gaim_glib_dummy_print_handler); 413 g_set_print_handler(gaim_glib_dummy_print_handler);
414 #endif 414 #endif
415 } 415 }
416 416
417 void 417 void