From 3ddaecf6d0ce20a73eb4947a535f62a90a68c961 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 15 Mar 2010 16:08:19 +0000 Subject: [PATCH] Monotone-Parent: d22bf4c980f45be9bbef3845ceeb3a8bf583f6c9 Monotone-Revision: 1afacdb0dfec56c8c5b9390da0be478613fe1c96 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-15T16:08:19 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ SoObjects/Appointments/SOGoAppointmentFolder.m | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 707e15ea2..fb9909e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-03-15 Wolfgang Sourdeau + * 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): diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 07137cf17..48b058a85 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -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;