links detection v 0.0.0.2
This commit is contained in:
parent
f24abd1e73
commit
965990fd1c
|
@ -385,7 +385,8 @@ class tabbed_chat_window:
|
||||||
self.tagStatus[user.jid] = conversation_buffer.create_tag('status')
|
self.tagStatus[user.jid] = conversation_buffer.create_tag('status')
|
||||||
color = self.plugin.config['statusmsgcolor']
|
color = self.plugin.config['statusmsgcolor']
|
||||||
self.tagStatus[user.jid].set_property('foreground', color)
|
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.xmls[user.jid].signal_autoconnect(self)
|
||||||
|
|
||||||
self.chat_notebook.append_page(self.xmls[user.jid].\
|
self.chat_notebook.append_page(self.xmls[user.jid].\
|
||||||
|
|
Loading…
Reference in New Issue