Skip to content
Snippets Groups Projects
Commit 82905454 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

expand account's iter only if we show accounts iters

parent 5d3504f9
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment