From ca238eb8288c13dc9e1bbc3615e62d8405efb528 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Sun, 8 Oct 2006 21:43:07 +0000 Subject: [PATCH] lower jid/email in right click in conv_textview --- src/conversation_textview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index c1bc80249..ae0f1474e 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -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)