links detection v 0.0.0.2

This commit is contained in:
bigpod 2005-03-05 02:15:38 +00:00
parent f24abd1e73
commit 965990fd1c
1 changed files with 2 additions and 1 deletions

View File

@ -385,7 +385,8 @@ class tabbed_chat_window:
self.tagStatus[user.jid] = conversation_buffer.create_tag('status')
color = self.plugin.config['statusmsgcolor']
self.tagStatus[user.jid].set_property('foreground', color)
self.link_tag = conversation_buffer.create_tag('hyperlink', foreground='blue')
self.xmls[user.jid].signal_autoconnect(self)
self.chat_notebook.append_page(self.xmls[user.jid].\