Mercurial > pidgin
changeset 14820:77c68f898389
[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 <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 26 Oct 2006 06:20:18 +0000 |
parents | 664baa843aa7 |
children | 5e5b34ac509a |
files | gtk/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); }