[dw-free] /icons should have "site" as option in nav strip
[commit: http://hg.dwscoalition.org/dw-free/rev/99a316c1ecd6]
http://bugs.dwscoalition.org/show_bug.cgi?id=3606
Icons page should be in site scheme by default (turned it on my mistake!)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3606
Icons page should be in site scheme by default (turned it on my mistake!)
Patch by
Files modified:
- bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 408139f766b9 -r 99a316c1ecd6 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2 Tue Apr 19 18:37:01 2011 +0800
+++ b/bin/upgrading/s2layers/core2.s2 Tue Apr 19 18:39:23 2011 +0800
@@ -1202,7 +1202,7 @@ set use_journalstyle_entry_page = true;
set use_journalstyle_entry_page = true;
property bool use_journalstyle_icons_page { des = "Show icons page in my journal style rather than the site layout"; }
-set use_journalstyle_icons_page = true;
+set use_journalstyle_icons_page = false;
# Defaults to false, but layouts can set it to true to switch on custom colors for different posters on reading list.
property bool use_custom_friend_colors { des = "Use my custom reading list colors"; }
--------------------------------------------------------------------------------
