show the history window when we open it
This commit is contained in:
parent
ac93a38c15
commit
1e7afe35d6
1 changed files with 1 additions and 0 deletions
|
@ -156,4 +156,5 @@ class history_window:
|
||||||
tagStatus = self.history_buffer.create_tag('status')
|
tagStatus = self.history_buffer.create_tag('status')
|
||||||
color = self.plugin.config['statusmsgcolor']
|
color = self.plugin.config['statusmsgcolor']
|
||||||
tagStatus.set_property('foreground', color)
|
tagStatus.set_property('foreground', color)
|
||||||
|
self.window.show_all()
|
||||||
self.plugin.send('LOG_NB_LINE', None, jid)
|
self.plugin.send('LOG_NB_LINE', None, jid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue