Skip to content
Snippets Groups Projects
Commit 3b260207 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't show both normal and hyperlink menu when we right click on a link. fixes #3430

parent 176a1f9e
No related branches found
No related tags found
No related merge requests found
......@@ -597,6 +597,7 @@ def html_hyperlink_handler(self, texttag, widget, event, iter, kind, href):
if event.type == gtk.gdk.BUTTON_PRESS:
if event.button == 3: # right click
self.make_link_menu(event, kind, href)
return True
else:
# we launch the correct application
helpers.launch_browser_mailer(kind, href)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment