From b36ae04d55a19c7c04bbc04c58ce31d3eecc7a4b Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 20 Jan 2010 21:17:13 -0200 Subject: [PATCH] There is no event on popup-menu. fixes #188 --- mitterlib/ui/ui_pygtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 4723863..a7e88fd 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -1103,7 +1103,7 @@ class Interface(object): return self._url_popup(widget, path, event) return True - def _message_popup(self, widget, event, user_data=None): + def _message_popup(self, widget, user_data=None): """Builds the popup with the URLs in the message.""" _log.debug('Popup') (path, _) = widget.get_cursor()