From c5b85d3b5da57e459d561be7a4e90c11347cc3a3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 May 2014 20:13:57 +0200 Subject: Fix a traceback on the listtab --- src/tabs/listtab.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tabs/listtab.py') diff --git a/src/tabs/listtab.py b/src/tabs/listtab.py index 49588a0d..c5aab5eb 100644 --- a/src/tabs/listtab.py +++ b/src/tabs/listtab.py @@ -103,7 +103,6 @@ class ListTab(Tab): self.listview.resize(self.height - 3 - info_win_height - tab_win_height, self.width, 1, 0) self.input.resize(1, self.width, self.height-1, 0) - self.push_size() def on_slash(self): """ -- cgit v1.2.3