From e0fcaeac86f34f12dc86ebcf2310244f79361ea2 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 29 May 2011 02:15:52 +0200 Subject: fixes #2153 Remove the anon-specific tab --- src/core.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index 1da52b21..4430d280 100644 --- a/src/core.py +++ b/src/core.py @@ -185,8 +185,7 @@ class Core(object): tabs.Tab.resize(self.stdscr) # resize the information_win to its initial size self.resize_global_information_win() - default_tab = tabs.InfoTab() if self.xmpp.anon\ - else tabs.RosterInfoTab() + default_tab = tabs.RosterInfoTab() default_tab.on_gain_focus() self.tabs.append(default_tab) self.information(_('Welcome to poezio!')) -- cgit v1.2.3