set title to None so it doesn't appears in possible views stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Oct 2009 18:14:54 +0200
branchstable
changeset 3576 a9ed6f7cf2c2
parent 3575 4123323acaea
child 3577 067610a0e12f
set title to None so it doesn't appears in possible views
web/views/tabs.py
--- a/web/views/tabs.py	Tue Oct 06 17:49:42 2009 +0200
+++ b/web/views/tabs.py	Tue Oct 06 18:14:54 2009 +0200
@@ -196,6 +196,7 @@
 
 class PrimaryTab(primary.PrimaryView):
     id = 'main_tab'
+    title = None
 
     def is_primary(self):
         return True