Changeset 151
- Timestamp:
- 02/10/06 14:04:59
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/calFacade/src/org/bedework/calfacade/svc/EventInfo.java
r128 r151 108 108 private boolean newEvent; 109 109 110 /** If this event came from a subscription, this provides the object. 110 /** If this event came from a subscription, this provides the object. If 111 * selected from a calendar it may be null. 111 112 */ 112 113 private BwSubscription subscription; trunk/calendar3/webcommon/src/org/bedework/webcommon/DurationBean.java
r2 r151 62 62 public void setType(String val) { 63 63 type = val; 64 if (dayTimeDuration.equals(val)) { 65 setWeeks(0); 66 } 64 67 } 65 68
