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

Don't cut 'xmpp:' when a copy xmpp link.

parent 4d95c771
No related branches found
No related tags found
No related merge requests found
......@@ -925,7 +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)
id_ = childs[0].connect('activate', self.on_copy_link_activate,
'xmpp:' + text)
self.handlers[id_] = childs[0]
childs[2].hide() # copy mail address
childs[3].hide() # open mail composer
......
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