# HG changeset patch # User Richard Laager # Date 1161843618 0 # Node ID 77c68f898389603e3843396c4ee7e7a783d9ca9a # Parent 664baa843aa7dd57de1111a54e16b9db98b69085 [gaim-migrate @ 17587] SF Patch #1579670 from Richard Nelson (wabz) "Choosing to show/hide empty groups does nothing. This patch rectifies, hopefully in the correct way." committer: Tailor Script diff -r 664baa843aa7 -r 77c68f898389 gtk/gtkblist.c --- a/gtk/gtkblist.c Thu Oct 26 06:18:51 2006 +0000 +++ b/gtk/gtkblist.c Thu Oct 26 06:20:18 2006 +0000 @@ -4191,6 +4191,8 @@ gaim_gtk_blist_update_buddy(list, node, rerender); else if (GAIM_BLIST_NODE_IS_CHAT(node)) gaim_gtk_blist_update(list, node); + else if (GAIM_BLIST_NODE_IS_GROUP(node)) + gaim_gtk_blist_update(list, node); node = gaim_blist_node_next(node, FALSE); }