From 3ef05fb5cc7040e82d96aa60783c0dfb815d7f88 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 5 Aug 2005 14:15:31 +0000 Subject: [PATCH] small fix --- src/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index e839d4e9d..d041e705e 100644 --- a/src/chat.py +++ b/src/chat.py @@ -222,7 +222,7 @@ class Chat: childs[5].hide() childs[5].set_no_show_all(True) - for child in childs[5:]: # start looping after Add to roster + for child in childs[6:]: # start looping after Add to roster grandchilds = child.get_children() # check because seperator menuitem doesn't have childs if len(grandchilds):