From 61245f40eb33545257c34d24701febf35be47690 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 31 Dec 2010 13:05:06 +0000 Subject: fix InfoTab, fixed #2087 --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index c8354e52..c3132665 100644 --- a/src/core.py +++ b/src/core.py @@ -91,7 +91,7 @@ class Core(object): # information window. self.information_buffer = TextBuffer() self.information_win_size = config.get('info_win_height', 2, 'var') - default_tab = tabs.InfoTab(self, "Info") if self.xmpp.anon\ + default_tab = tabs.InfoTab(self) if self.xmpp.anon\ else tabs.RosterInfoTab(self) default_tab.on_gain_focus() self.tabs = [default_tab] -- cgit v1.2.3