prevent traceback. Fixes #5402

This commit is contained in:
Yann Leboulanger 2009-11-04 20:37:22 +01:00
parent e1ccec089c
commit 124483ea49
1 changed files with 3 additions and 0 deletions

View File

@ -1234,6 +1234,9 @@ class RosterWindow:
child_path = self.model.get_path(child_iter)
path = self.modelfilter.convert_child_path_to_path(child_path)
if not path:
continue
if not self.tree.row_expanded(path) and icon_name != 'event':
iterC = self.model.iter_children(child_iter)
while iterC: