diff --git a/src/conversation_textview.py b/src/conversation_textview.py index bc76c92039ab1800d3dcf795e6a5398bd05fe8db..d05cc2711bff48a6156f7d6e11cfc3f42dc26aa6 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -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)