Add copy link location context menu item for xmpp links. Fixes #7105

This commit is contained in:
Denis Fomin 2012-02-17 10:58:19 +04:00
parent efa2b44378
commit 43d5db86da
1 changed files with 2 additions and 1 deletions

View File

@ -934,7 +934,8 @@ class ConversationTextview(gobject.GObject):
childs[6].hide() # join group chat
childs[7].hide() # add to roster
childs[0].hide() # copy link location
if kind != 'xmpp':
childs[0].hide() # copy link location
childs[1].hide() # open link in browser
menu.popup(None, None, None, event.button, event.time)