Browse Source

Do casts due the enabling of Warnings as Exceptions.

master
Julio Biason 14 years ago
parent
commit
b5b35a734c
  1. 2
      mitterlib/ui/helpers/gtk_messagegrid.py

2
mitterlib/ui/helpers/gtk_messagegrid.py

@ -247,7 +247,7 @@ class MessageGrid(gtk.ScrolledWindow, gobject.GObject):
# not right click # not right click
return False return False
path = widget.get_path_at_pos(event.x, event.y) path = widget.get_path_at_pos(int(event.x), int(event.y))
if not path: if not path:
return False return False

Loading…
Cancel
Save