Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkdebug.c Mon May 26 15:44:21 2003 +0000 +++ b/src/gtkdebug.c Mon May 26 16:11:46 2003 +0000 @@ -232,7 +232,7 @@ ts_s = g_strdup(""); } - if ((misc_options & OPT_MISC_DEBUG) && + if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled") && debug_win != NULL && !debug_win->paused) { gchar *esc_s, *cat_s, *s;
