comparison src/gtkdebug.c @ 5535:933739f789f9

[gaim-migrate @ 5935] ding, dong, OPT_MISC_DEBUG is dead. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 26 May 2003 16:11:46 +0000
parents 2c4c975620f0
children 73c9dc20e41a
comparison
equal deleted inserted replaced
5534:0aa4d089125c 5535:933739f789f9
230 } 230 }
231 else 231 else
232 ts_s = g_strdup(""); 232 ts_s = g_strdup("");
233 } 233 }
234 234
235 if ((misc_options & OPT_MISC_DEBUG) && 235 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled") &&
236 debug_win != NULL && !debug_win->paused) { 236 debug_win != NULL && !debug_win->paused) {
237 237
238 gchar *esc_s, *cat_s, *s; 238 gchar *esc_s, *cat_s, *s;
239 239
240 if (category == NULL) 240 if (category == NULL)