diff options
author | mathieui <mathieui@mathieui.net> | 2014-05-05 20:13:57 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-05-05 20:13:57 +0200 |
commit | c5b85d3b5da57e459d561be7a4e90c11347cc3a3 (patch) | |
tree | 3cb2248d5bcd88f230aaf8d79dc5704921cad28f | |
parent | 9c8d577737cf523adce0306207dbb8a33b8aa63e (diff) | |
download | poezio-c5b85d3b5da57e459d561be7a4e90c11347cc3a3.tar.gz poezio-c5b85d3b5da57e459d561be7a4e90c11347cc3a3.tar.bz2 poezio-c5b85d3b5da57e459d561be7a4e90c11347cc3a3.tar.xz poezio-c5b85d3b5da57e459d561be7a4e90c11347cc3a3.zip |
Fix a traceback on the listtab
-rw-r--r-- | src/tabs/listtab.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): """ |