Author: smilek
Date: Wed Feb 21 12:53:27 2007
New Revision: 510200

URL: http://svn.apache.org/viewvc?view=rev&rev=510200
Log:
replaced decorationFactory.getDesktopThemes call with 
decorationFactory.getDesktopPageDecorations

Modified:
    
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/site/PortalSiteManager.java

Modified: 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/site/PortalSiteManager.java
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/site/PortalSiteManager.java?view=diff&rev=510200&r1=510199&r2=510200
==============================================================================
--- 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/site/PortalSiteManager.java
 (original)
+++ 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/site/PortalSiteManager.java
 Wed Feb 21 12:53:27 2007
@@ -101,7 +101,7 @@
                 (RequestContext) 
request.getAttribute(PortalReservedParameters.REQUEST_CONTEXT_ATTRIBUTE);
             this.getContext(request).put("page-decorations", 
decorationFactory.getPageDecorations(requestContext));
             this.getContext(request).put("portlet-decorations", 
decorationFactory.getPortletDecorations(requestContext));
-            this.getContext(request).put("themes", 
decorationFactory.getDesktopThemes(requestContext));
+            this.getContext(request).put("themes", 
decorationFactory.getDesktopPageDecorations(requestContext));
             this.getContext(request).put("userTree", 
determineuserTree(request));
             this.getContext(request).put("defaultLayout", 
request.getPreferences().getValue("defaultLayout", 
"jetspeed-layouts::VelocityTwoColumns"));            
             this.getContext(request).put(FOLDERS, retrieveFolders(request, 
jsroot));



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to