expand account's iter only if we show accounts iters

This commit is contained in:
Yann Leboulanger 2005-01-18 19:45:55 +00:00
parent 5d3504f996
commit 8290545487

View file

@ -963,7 +963,7 @@ class roster_Window:
self.groups[account][g] = {'expand': False}
else:
self.groups[account][g] = {'expand': True}
if not account in self.hidden_lines:
if not account in self.hidden_lines and not self.plugin.config['mergeaccounts']:
self.tree.expand_row((model.get_path(iterG)[0]), False)
typestr = 'user'