This commit is contained in:
Nikos Kouremenos 2005-05-18 01:00:13 +00:00
parent 1c25e7a930
commit 41e9deceff
1 changed files with 2 additions and 2 deletions

View File

@ -711,7 +711,7 @@ class Roster_window:
if event.button == 1: # Left click
try:
path, column, x, y = self.tree.get_path_at_pos(int(event.x),
nt(event.y))
int(event.y))
except TypeError:
self.tree.get_selection().unselect_all()
return False