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

This commit is contained in:
Denis Fomin 2012-02-17 10:58:19 +04:00
parent efa2b44378
commit 43d5db86da

View file

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