single click on accounts also
This commit is contained in:
parent
1ec0b26beb
commit
a37882df65
|
@ -1930,7 +1930,7 @@ class roster_window:
|
||||||
model = self.tree.get_model()
|
model = self.tree.get_model()
|
||||||
iter = model.get_iter(path)
|
iter = model.get_iter(path)
|
||||||
type = model.get_value(iter, 2)
|
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
|
# The integer 30 is the width of the first CellRenderer (see
|
||||||
# iconCellDataFunc function)
|
# iconCellDataFunc function)
|
||||||
if x <= 30:
|
if x <= 30:
|
||||||
|
|
Loading…
Reference in New Issue