small fix
This commit is contained in:
parent
6f6d5c0dcc
commit
3ef05fb5cc
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue