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

This commit is contained in:
Yann Leboulanger 2007-09-07 07:13:48 +00:00
parent 176a1f9e3d
commit 3b26020775
1 changed files with 1 additions and 0 deletions

View File

@ -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)