comparison src/prefs.c @ 1072:81d19577285a

[gaim-migrate @ 1082] got rid of a few FIXME's and implemented the option to hide (show) empty groups committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Nov 2000 00:30:24 +0000
parents b288f17c2fb2
children e6637ff33957
comparison
equal deleted inserted replaced
1071:ce12622502c5 1072:81d19577285a
1694 build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS)); 1694 build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS));
1695 1695
1696 if (blist && ((int)option == OPT_DISP_SHOW_GRPNUM)) 1696 if (blist && ((int)option == OPT_DISP_SHOW_GRPNUM))
1697 update_num_groups(); 1697 update_num_groups();
1698 1698
1699 if (blist && ((int)option == OPT_DISP_NO_MT_GRP))
1700 toggle_show_empty_groups();
1701
1699 #ifdef USE_APPLET 1702 #ifdef USE_APPLET
1700 update_pixmaps(); 1703 update_pixmaps();
1701 #endif 1704 #endif
1702 1705
1703 save_prefs(); 1706 save_prefs();