Skip to content
Snippets Groups Projects
Commit 4d95c771 authored by Dicson's avatar Dicson
Browse files

Connect signal to copy link location context menu item for xmpp links. Fixes #7105

parent 43d5db86
No related branches found
No related tags found
No related merge requests found
......@@ -925,6 +925,8 @@ class ConversationTextview(gobject.GObject):
childs[7].hide() # hide add to roster menuitem
if kind == 'xmpp':
id_ = childs[0].connect('activate', self.on_copy_link_activate, text)
self.handlers[id_] = childs[0]
childs[2].hide() # copy mail address
childs[3].hide() # open mail composer
childs[4].hide() # jid section separator
......
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