Browse Source

There is no event on popup-menu. fixes #188

master
Julio Biason 15 years ago
parent
commit
b36ae04d55
  1. 2
      mitterlib/ui/ui_pygtk.py

2
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()

Loading…
Cancel
Save