From 1e7afe35d6142cc5cdb9714ae8c02a5b399b569a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Tue, 5 Apr 2005 07:41:38 +0000 Subject: [PATCH] show the history window when we open it --- plugins/gtkgui/history_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gtkgui/history_window.py b/plugins/gtkgui/history_window.py index 1eaa673135..5d08c7c287 100644 --- a/plugins/gtkgui/history_window.py +++ b/plugins/gtkgui/history_window.py @@ -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) -- GitLab