typo in [9231] fixes #3656

This commit is contained in:
Yann Leboulanger 2008-01-04 19:29:27 +00:00
parent 5128ef67d3
commit 77804ee7aa
1 changed files with 1 additions and 1 deletions

View File

@ -3390,7 +3390,7 @@ class RosterWindow:
not event.state & gtk.gdk.CONTROL_MASK:
# Don't handle dubble click if we press icon of a metacontact
iter = model.get_iter(path)
if x > xmin and x < x_min + 27 and type_ == 'contact' and \
if x > x_min and x < x_min + 27 and type_ == 'contact' and \
model.iter_has_child(iter):
account = model[path][C_ACCOUNT].decode('utf-8')
jid = model[path][C_JID].decode('utf-8')