From 6e6365d8718a331a6ff18ad717dac48d8f6d6bd0 Mon Sep 17 00:00:00 2001 From: znek Date: Wed, 15 Dec 2004 15:36:28 +0000 Subject: [PATCH] compile fixes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@476 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- SOGo/SoObjects/Appointments/Version | 2 +- SOGo/SoObjects/ChangeLog | 4 ++++ SOGo/UI/Scheduler/ChangeLog | 4 ++++ SOGo/UI/Scheduler/UIxAppointmentProposal.m | 1 + SOGo/UI/Scheduler/Version | 2 +- 6 files changed, 12 insertions(+), 3 deletions(-) diff --git a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m index ee44b286..6a79ba32 100644 --- a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -222,7 +222,7 @@ static NSTimeZone *MET = nil; @"isopaque", @"status", @"orgmail", nil] retain]; } - return [self fetchInfos:coreInfos + return [self fetchFields:coreInfos fromFolder:_folder from:_startDate to:_endDate]; diff --git a/SOGo/SoObjects/Appointments/Version b/SOGo/SoObjects/Appointments/Version index 8d72819a..3fe6c413 100644 --- a/SOGo/SoObjects/Appointments/Version +++ b/SOGo/SoObjects/Appointments/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=19 +SUBMINOR_VERSION:=20 # v0.9.19 requires NGiCal v4.5.36 # v0.9.13 requires libSOGo v0.9.26 diff --git a/SOGo/SoObjects/ChangeLog b/SOGo/SoObjects/ChangeLog index 35b5f5d4..8f7cb0ea 100644 --- a/SOGo/SoObjects/ChangeLog +++ b/SOGo/SoObjects/ChangeLog @@ -1,3 +1,7 @@ +2004-12-15 Marcus Mueller + + * Appointments/SOGoAppointmentFolder.m: compile fix (v0.9.20) + 2004-12-13 Marcus Mueller * v0.9.19 diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 3c601aaa..3c8e469e 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,7 @@ +2004-12-15 Marcus Mueller + + * UIxAppointmentProposal.m: compile fix (v0.9.102) + 2004-12-13 Marcus Mueller * v0.9.101 diff --git a/SOGo/UI/Scheduler/UIxAppointmentProposal.m b/SOGo/UI/Scheduler/UIxAppointmentProposal.m index b3a3a315..6065c624 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentProposal.m +++ b/SOGo/UI/Scheduler/UIxAppointmentProposal.m @@ -56,6 +56,7 @@ #include #include +#include #include "common.h" @implementation UIxAppointmentProposal diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index ca26afff..9e0d595c 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # $Id$ -SUBMINOR_VERSION:=101 +SUBMINOR_VERSION:=102 # v0.9.101 requires NGiCal v4.5.36 # v0.9.100 requires SOGoUI v0.9.21 -- 2.39.5