From b5b35a734cbd7fcc4cb90582455e4f6aaa349742 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 11 Apr 2010 19:07:14 -0300 Subject: [PATCH] Do casts due the enabling of Warnings as Exceptions. --- mitterlib/ui/helpers/gtk_messagegrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/helpers/gtk_messagegrid.py b/mitterlib/ui/helpers/gtk_messagegrid.py index 148fdc8..32dd7b2 100644 --- a/mitterlib/ui/helpers/gtk_messagegrid.py +++ b/mitterlib/ui/helpers/gtk_messagegrid.py @@ -247,7 +247,7 @@ class MessageGrid(gtk.ScrolledWindow, gobject.GObject): # not right click 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: return False