summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
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 27f79d9b..da6bceaf 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -3244,7 +3244,7 @@ class XMLTab(Tab):
curses.curs_set(0)
def on_close(self):
- self.core.xml_tabs -= 1
+ self.core.xml_tab = False
class SimpleTextTab(Tab):
"""