don't show both normal and hyperlink menu when we right click on a link. fixes #3430
This commit is contained in:
parent
176a1f9e3d
commit
3b26020775
|
@ -597,6 +597,7 @@ class ConversationTextview:
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue