From a37882df6520eb18c5c255f22f3f065aa63e0d01 Mon Sep 17 00:00:00 2001 From: bigpod Date: Sun, 6 Mar 2005 13:33:12 +0000 Subject: [PATCH] single click on accounts also --- 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 93f70fec1..9d5d2f0db 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -1930,7 +1930,7 @@ class roster_window: model = self.tree.get_model() iter = model.get_iter(path) type = model.get_value(iter, 2) - if (type == 'group'): #FIXME: what about doing the same with accounts ? + if (type == 'group' or type == 'account'): # The integer 30 is the width of the first CellRenderer (see # iconCellDataFunc function) if x <= 30: