show the history window when we open it

This commit is contained in:
Yann Leboulanger 2005-04-05 07:41:38 +00:00
parent ac93a38c15
commit 1e7afe35d6
1 changed files with 1 additions and 0 deletions

View File

@ -156,4 +156,5 @@ class history_window:
tagStatus = self.history_buffer.create_tag('status')
color = self.plugin.config['statusmsgcolor']
tagStatus.set_property('foreground', color)
self.window.show_all()
self.plugin.send('LOG_NB_LINE', None, jid)