Skip to content
Snippets Groups Projects
Commit 43d5db86 authored by Dicson's avatar Dicson
Browse files

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

parent efa2b443
No related branches found
No related tags found
No related merge requests found
...@@ -934,7 +934,8 @@ class ConversationTextview(gobject.GObject): ...@@ -934,7 +934,8 @@ 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
childs[0].hide() # copy link location if kind != 'xmpp':
childs[0].hide() # copy link location
childs[1].hide() # open link in browser childs[1].hide() # open link in browser
menu.popup(None, None, None, event.button, event.time) menu.popup(None, None, None, event.button, event.time)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment