You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/02/21 19:14:28 UTC

svn commit: r1448754 - /incubator/bloodhound/trunk/installer/bloodhound_setup.py

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',},