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-06-30 21:39:31 +0200
commit4b31efa3d65a69ca0c3fffca44b7f92fb006dcda (patch)
tree015c9dd566bdfcdeda644c2bab30cf62ada4f6dd /poezio/core/core.py
parent1da78b81f61d40597420fb3adf2ee267a218c434 (diff)
downloadpoezio-new-tabs.tar.gz
poezio-new-tabs.tar.bz2
poezio-new-tabs.tar.xz
poezio-new-tabs.zip
new tabs: apply reviewnew-tabs
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 814f7813..114bea7d 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -1109,7 +1109,7 @@ class Core(object):
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))