[gaim-migrate @ 4841]

Sun, 09 Feb 2003 00:47:57 +0000

author
Rob Flynn <gaim@robflynn.com>
date
Sun, 09 Feb 2003 00:47:57 +0000
changeset 4560
5095c56734e2
parent 4559
e4f9b73ab9c0
child 4561
2a82628d7345

[gaim-migrate @ 4841]
Now that we have something else under 'Interfaces', I feel fine with removing things.

src/prefs.c file | annotate | diff | comparison | revisions
--- a/src/prefs.c	Sat Feb 08 20:17:22 2003 +0000
+++ b/src/prefs.c	Sun Feb 09 00:47:57 2003 +0000
@@ -191,9 +191,6 @@
 	gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
 
 	vbox = make_frame(ret, _("Interface Options"));
-	/* This shouldn't have to wait for user to click OK or APPLY or whatnot */
-	/* This really shouldn't be in preferences at all */
-	debugbutton = gaim_button(_("Show _debug window"), &misc_options, OPT_MISC_DEBUG, vbox);
 
 	gaim_button(_("D_isplay remote nicknames if no alias is set"), &misc_options, OPT_MISC_USE_SERVER_ALIAS, vbox);
 

mercurial