summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2011-01-01 13:17:54 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2011-01-01 13:17:54 +0000
commit94f44a5254c0da4ba143a5c3d99349fa54b10a45 (patch)
tree45625c416e0e989fe7f54544bf764e582ccf45b3 /src/tabs.py
parent61245f40eb33545257c34d24701febf35be47690 (diff)
downloadpoezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.tar.gz
poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.tar.bz2
poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.tar.xz
poezio-94f44a5254c0da4ba143a5c3d99349fa54b10a45.zip
show_inactive_tabs lets the other chose if she wants to display ALL tabs or just those with activity
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 1 insertions, 0 deletions
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 '):