From 01f3409505a6d0a0459b79f2d9c3895cd7078a70 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 2 Feb 2011 00:51:34 +0100 Subject: fixed #2115 --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index 0667edb3..7abc0e8f 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -283,7 +283,7 @@ class InfoTab(ChatTab): self.tab_win.resize(1, self.width, self.height-2, 0, self.core.stdscr) self.info_win.resize(self.height-2, self.width, 0, 0, self.core.stdscr) self.input.resize(1, self.width, self.height-1, 0, self.core.stdscr) - + def refresh(self, tabs, informations, _): if not self.visible: return -- cgit v1.2.3