From 1cd0b4d6ea1f231c7786a01ebf3852419a4b762a Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 7 Dec 2014 20:50:24 +0100 Subject: Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) Also add /filter_from and /filter_to, and allow chaining filters. --- src/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/core.py') diff --git a/src/core/core.py b/src/core/core.py index 54d48aa4..79d19087 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -90,7 +90,7 @@ class Core(object): self.tab_win = windows.GlobalInfoBar() # Whether the XML tab is opened - self.xml_tab = False + self.xml_tab = None self.xml_buffer = TextBuffer() self.tabs = [] -- cgit v1.2.3