Monotone-Parent: d22bf4c980f45be9bbef3845ceeb3a8bf583f6c9

Monotone-Revision: 1afacdb0dfec56c8c5b9390da0be478613fe1c96

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-15T16:08:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-03-15 16:08:19 +00:00
parent 8f8dddb1f1
commit 3ddaecf6d0
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
2010-03-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
(-initWithName:inContainer:): "davTimeLimitSeconds" and
"davTimeHalfLimitSeconds" were erroneously reverted to 0 after
initialization.
* UI/WebServerResources/SchedulerUIDnD.js (onDragStart): typo.
* UI/WebServerResources/SchedulerUI.js (_setupEventsDragAndDrop):
@@ -248,9 +248,6 @@ static NSNumber *sharedYes = nil;
/* 86400 / 2 = 43200. We hardcode that value in order to avoid
integer and float confusion. */
davTimeHalfLimitSeconds = davCalendarStartTimeLimit * 43200;
davTimeLimitSeconds = 0;
davTimeHalfLimitSeconds = 0;
}
return self;