mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user