You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/10 11:23:12 UTC

[05/23] isis git commit: ISIS-537 Change the name of the theme chooser cookie to be more inline with the names of the properties

ISIS-537 Change the name of the theme chooser cookie to be more inline with the names of the properties


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/39027056
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/39027056
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/39027056

Branch: refs/heads/ISIS-939
Commit: 390270568fa2520812414ad892039bb591354187
Parents: 8c0a5ac
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Nov 8 23:38:27 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Nov 8 23:38:27 2014 +0200

----------------------------------------------------------------------
 .../wicket/ui/components/widgets/themepicker/ThemeChooser.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/39027056/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/themepicker/ThemeChooser.java
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/themepicker/ThemeChooser.java b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/themepicker/ThemeChooser.java
index bd951c1..7ea8b6c 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/themepicker/ThemeChooser.java
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/themepicker/ThemeChooser.java
@@ -56,7 +56,7 @@ public class ThemeChooser extends Panel {
     /**
      * The name of the cookie that stores the last user selection
      */
-    private static final String ISIS_THEME_COOKIE_NAME = "isis.themeChooser.theme";
+    private static final String ISIS_THEME_COOKIE_NAME = "isis.viewer.wicket.themes.selected";
 
     /**
      * Constructor