summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-06-30 21:39:31 +0200
committermathieui <mathieui@mathieui.net>2018-07-21 20:20:13 +0200
commit115aee3d050a44be6223fb7a4f61f786719b32e1 (patch)
tree5549bf687e432222826380ef8c481c7fd03c20a3 /poezio/core/core.py
parent2147efa4a1f1b033caee3362c637dec00609bee0 (diff)
downloadpoezio-115aee3d050a44be6223fb7a4f61f786719b32e1.tar.gz
poezio-115aee3d050a44be6223fb7a4f61f786719b32e1.tar.bz2
poezio-115aee3d050a44be6223fb7a4f61f786719b32e1.tar.xz
poezio-115aee3d050a44be6223fb7a4f61f786719b32e1.zip
new tabs: apply review
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index f6985a56..51f6f41e 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -1098,7 +1098,7 @@ class Core:
for state in states:
for tab in tab_refs[state]:
- if (tab.nb < self.tabs.current_tab_intex and
+ if (tab.nb < self.tabs.current_tab_index and
tab_refs[state][-1].nb > self.tabs.current_tab_index):
continue
self.command.win(str(tab.nb))