comparison 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
comparison
equal deleted inserted replaced
4979:26ba09fa7dee 4980:06baf1e9094c
549 549
550 vbox = make_frame (ret, _("Buddy List Window")); 550 vbox = make_frame (ret, _("Buddy List Window"));
551 gaim_button(_("_Save window size/position"), &blist_options, OPT_BLIST_SAVED_WINDOWS, vbox); 551 gaim_button(_("_Save window size/position"), &blist_options, OPT_BLIST_SAVED_WINDOWS, vbox);
552 gaim_button(_("_Raise window on events"), &blist_options, OPT_BLIST_POPUP, vbox); 552 gaim_button(_("_Raise window on events"), &blist_options, OPT_BLIST_POPUP, vbox);
553 553
554 /* vbox = make_frame (ret, _("Group Display")); */ 554 vbox = make_frame (ret, _("Group Display"));
555 /* gaim_button(_("Hide _groups with no online buddies"), &blist_options, OPT_BLIST_NO_MT_GRP, vbox); */ 555 /* gaim_button(_("Hide _groups with no online buddies"), &blist_options, OPT_BLIST_NO_MT_GRP, vbox); */
556 /* gaim_button(_("Show _numbers in groups"), &blist_options, OPT_BLIST_SHOW_GRPNUM, vbox); */ 556 gaim_button(_("Show _numbers in groups"), &blist_options, OPT_BLIST_SHOW_GRPNUM, vbox);
557 557
558 vbox = make_frame (ret, _("Buddy Display")); 558 vbox = make_frame (ret, _("Buddy Display"));
559 gaim_button(_("Show buddy _icons"), &blist_options, OPT_BLIST_SHOW_ICONS, vbox); 559 gaim_button(_("Show buddy _icons"), &blist_options, OPT_BLIST_SHOW_ICONS, vbox);
560 /* gaim_button(_("Show buddy t_ype icons"), &blist_options, OPT_BLIST_SHOW_PIXMAPS, vbox); */ 560 /* gaim_button(_("Show buddy t_ype icons"), &blist_options, OPT_BLIST_SHOW_PIXMAPS, vbox); */
561 gaim_button(_("Show _warning levels"), &blist_options, OPT_BLIST_SHOW_WARN, vbox); 561 gaim_button(_("Show _warning levels"), &blist_options, OPT_BLIST_SHOW_WARN, vbox);