[Bedework-commit] webapps r600 - trunk/webcommon/src/org/bedework/webcommon/subs

svnadmin at bedework.org svnadmin at bedework.org
Tue Jan 15 22:51:25 EST 2008


Author: douglm
Date: 2008-01-15 22:51:23 -0500 (Tue, 15 Jan 2008)
New Revision: 600

Modified:
   trunk/webcommon/src/org/bedework/webcommon/subs/InitSubscribeAction.java
Log:
Fix subscribe action and stylesheet

Modified: trunk/webcommon/src/org/bedework/webcommon/subs/InitSubscribeAction.java
===================================================================
--- trunk/webcommon/src/org/bedework/webcommon/subs/InitSubscribeAction.java	2008-01-15 03:41:24 UTC (rev 599)
+++ trunk/webcommon/src/org/bedework/webcommon/subs/InitSubscribeAction.java	2008-01-16 03:51:23 UTC (rev 600)
@@ -122,6 +122,8 @@
                                             affectsFreeBusy, false);
     }
 
+    sub.setStyle(request.getReqPar("style"));
+
     form.setSubscription(sub);
 
     if (request.getReqPar("addSubscription") != null) {



More information about the Bedework-commit mailing list