From 8290545487ebc49b7d7ec1e3ff7fc7236f1e3fe0 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 18 Jan 2005 19:45:55 +0000 Subject: [PATCH] expand account's iter only if we show accounts iters --- plugins/gtkgui/gtkgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index 0c3301d0c..2be04e978 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -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'