Skip to content
Snippets Groups Projects
Commit ca238eb8 authored by jimpp's avatar jimpp
Browse files

lower jid/email in right click in conv_textview

parent 47536d31
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,7 @@ class ConversationTextview:
childs[6].hide() # join group chat
childs[7].hide() # add to roster
else: # It's a mail or a JID
text = text.lower()
id = childs[2].connect('activate', self.on_copy_link_activate, text)
self.handlers[id] = childs[2]
id = childs[3].connect('activate', self.on_open_link_activate, kind, text)
......
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