diff 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
line wrap: on
line diff
--- a/src/prefs.c	Sun Nov 05 22:19:30 2000 +0000
+++ b/src/prefs.c	Mon Nov 06 00:30:24 2000 +0000
@@ -1696,6 +1696,9 @@
 	if (blist && ((int)option == OPT_DISP_SHOW_GRPNUM))
 		update_num_groups();
 
+	if (blist && ((int)option == OPT_DISP_NO_MT_GRP))
+		toggle_show_empty_groups();
+
 #ifdef USE_APPLET
 	update_pixmaps();
 #endif