# HG changeset patch # User Sean Egan # Date 1047349190 0 # Node ID e52e19e33227cecc7401975270aca9d69ad3e112 # Parent 2222cd30008a54890932bd24db584864abd982a4 [gaim-migrate @ 5011] I meant to commit this earlier too. committer: Tailor Script diff -r 2222cd30008a -r e52e19e33227 src/prefs.c --- a/src/prefs.c Tue Mar 11 02:06:11 2003 +0000 +++ b/src/prefs.c Tue Mar 11 02:19:50 2003 +0000 @@ -548,12 +548,12 @@ gaim_button(_("_Raise window on events"), &blist_options, OPT_BLIST_POPUP, vbox); 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(_("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); */ vbox = make_frame (ret, _("Buddy Display")); gaim_button(_("Show buddy _icons"), &blist_options, OPT_BLIST_SHOW_ICONS, vbox); - gaim_button(_("Show buddy t_ype icons"), &blist_options, OPT_BLIST_SHOW_PIXMAPS, vbox); + /* gaim_button(_("Show buddy t_ype icons"), &blist_options, OPT_BLIST_SHOW_PIXMAPS, vbox); */ gaim_button(_("Show _warning levels"), &blist_options, OPT_BLIST_SHOW_WARN, vbox); gaim_button(_("Show idle _times"), &blist_options, OPT_BLIST_SHOW_IDLETIME, vbox); gaim_button(_("Grey i_dle buddies"), &blist_options, OPT_BLIST_GREY_IDLERS, vbox);