diff src/main.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 0aa4d089125c
children 7a64114641c3
line wrap: on
line diff
--- a/src/main.c	Mon May 26 15:44:21 2003 +0000
+++ b/src/main.c	Mon May 26 16:11:46 2003 +0000
@@ -923,7 +923,7 @@
 		opt_user_arg = NULL;
 	}
 
-	if (misc_options & OPT_MISC_DEBUG)
+	if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled"))
 		gaim_gtk_debug_window_show();
 
 	static_proto_init();