diff rhodecode/lib/base.py @ 2952:029a40c58df7 beta

Added lightweight journal option for visual
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 23 Oct 2012 11:09:27 +0200
parents d439d408b415
children 9c85d884315b
line wrap: on
line diff
--- a/rhodecode/lib/base.py	Tue Oct 23 00:02:59 2012 +0200
+++ b/rhodecode/lib/base.py	Tue Oct 23 11:09:27 2012 +0200
@@ -246,6 +246,7 @@
         c.visual.show_private_icon = str2bool(config.get('rhodecode_show_private_icon'))
         c.visual.stylify_metatags = str2bool(config.get('rhodecode_stylify_metatags'))
         c.visual.lightweight_dashboard = str2bool(config.get('rhodecode_lightweight_dashboard'))
+        c.visual.lightweight_journal = str2bool(config.get('rhodecode_lightweight_dashboard'))
 
         c.repo_name = get_repo_slug(request)
         c.backends = BACKENDS.keys()