From 94f44a5254c0da4ba143a5c3d99349fa54b10a45 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 1 Jan 2011 13:17:54 +0000 Subject: show_inactive_tabs lets the other chose if she wants to display ALL tabs or just those with activity --- src/tabs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index d6b4d6d9..9c135c87 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -278,6 +278,7 @@ class InfoTab(ChatTab): self.input.refresh() def on_enter(self): + # TODO duplicate txt = self.input.get_text() if txt.startswith('/') and not txt.startswith('//') and\ not txt.startswith('/me '): -- cgit v1.2.3