diff src/prefs.c @ 4980:06baf1e9094c

[gaim-migrate @ 5315] group numbers, done the _RIGHT_ way, and optional once again. Also fixed a memory leak in the new tooltips, and cleaned up a few things. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 03 Apr 2003 14:52:03 +0000
parents 307c16c4b57e
children 088566495617
line wrap: on
line diff
--- a/src/prefs.c	Thu Apr 03 14:06:51 2003 +0000
+++ b/src/prefs.c	Thu Apr 03 14:52:03 2003 +0000
@@ -551,9 +551,9 @@
 	gaim_button(_("_Save window size/position"), &blist_options, OPT_BLIST_SAVED_WINDOWS, vbox);
 	gaim_button(_("_Raise window on events"), &blist_options, OPT_BLIST_POPUP, vbox);
 
-	/* vbox = make_frame (ret, _("Group Display")); */
+	vbox = make_frame (ret, _("Group Display"));
 	/* gaim_button(_("Hide _groups with no online buddies"), &blist_options, OPT_BLIST_NO_MT_GRP, vbox); */
-	/* gaim_button(_("Show _numbers in groups"), &blist_options, OPT_BLIST_SHOW_GRPNUM, vbox); */
+	gaim_button(_("Show _numbers in groups"), &blist_options, OPT_BLIST_SHOW_GRPNUM, vbox);
 
 	vbox = make_frame (ret, _("Buddy Display"));
 	gaim_button(_("Show buddy _icons"), &blist_options, OPT_BLIST_SHOW_ICONS, vbox);