|
|
@ -1103,7 +1103,7 @@ class Interface(object): |
|
|
|
return self._url_popup(widget, path, event) |
|
|
|
return self._url_popup(widget, path, event) |
|
|
|
return True |
|
|
|
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.""" |
|
|
|
"""Builds the popup with the URLs in the message.""" |
|
|
|
_log.debug('Popup') |
|
|
|
_log.debug('Popup') |
|
|
|
(path, _) = widget.get_cursor() |
|
|
|
(path, _) = widget.get_cursor() |
|
|
|