Author: rjollos
Date: Thu Feb 21 18:14:27 2013
New Revision: 1448754
URL: http://svn.apache.org/r1448754
Log:
Refs #320: The ''Search'' entry on the mainnav was not being hidden due to an
error in r1442029.
Modified:
incubator/bloodhound/trunk/installer/bloodhound_setup.py
Modified: incubator/bloodhound/trunk/installer/bloodhound_setup.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/bloodhound_setup.py?rev=1448754&r1=1448753&r2=1448754&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ incubator/bloodhound/trunk/installer/bloodhound_setup.py Thu Feb 21
18:14:27 2013
@@ -68,7 +68,7 @@ BASE_CONFIG = {'components': {'bhtheme.*
},
'header_logo': {'src': '',},
'mainnav': {'roadmap': 'disabled',
- 'source': 'disabled',
+ 'search': 'disabled',
'timeline': 'disabled',
'browser.label': 'Source',
'tickets.label': 'Tickets',},