summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-02-02 00:51:34 +0100
committermathieui <mathieui@mathieui.net>2011-02-02 00:51:34 +0100
commit01f3409505a6d0a0459b79f2d9c3895cd7078a70 (patch)
tree741f81f2a46accf44df6341e38b17b5a1465aefc /src/tabs.py
parent89f337a4573ebbca513103340c9400b97950745c (diff)
downloadpoezio-01f3409505a6d0a0459b79f2d9c3895cd7078a70.tar.gz
poezio-01f3409505a6d0a0459b79f2d9c3895cd7078a70.tar.bz2
poezio-01f3409505a6d0a0459b79f2d9c3895cd7078a70.tar.xz
poezio-01f3409505a6d0a0459b79f2d9c3895cd7078a70.zip
fixed #2115
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
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