]> err.no Git - scalable-opengroupware.org/commitdiff
compile fixes
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 15 Dec 2004 15:36:28 +0000 (15:36 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 15 Dec 2004 15:36:28 +0000 (15:36 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@476 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m
SOGo/SoObjects/Appointments/Version
SOGo/SoObjects/ChangeLog
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentProposal.m
SOGo/UI/Scheduler/Version

index ee44b286f74e8b9df3946e679ee1075ba43dd341..6a79ba3257d61c1cef507e503de4f190e3458612 100644 (file)
@@ -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];
index 8d72819a34eb75c0f06a67b5973e81920a40e823..3fe6c4137fbc2eb6c05a57459f244695f62a560a 100644 (file)
@@ -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
index 35b5f5d4e5b12c0dcaca795c691225a34af0c887..8f7cb0ea55353a9e87b90be8394be6be47e9a3dc 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * Appointments/SOGoAppointmentFolder.m: compile fix (v0.9.20)
+
 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.19
index 3c601aaa59018efdcce16ff1c0390140dcc18fc0..3c8e469e883dfedb8cfee38ac4886bc4daaa773f 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxAppointmentProposal.m: compile fix (v0.9.102)
+
 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.101
index b3a3a315d85f81aeaf474fca92d12edccfc1049a..6065c624db46add8dc1c40e233806824b0f36a53 100644 (file)
@@ -56,6 +56,7 @@
 
 #include <SoObjects/Appointments/SOGoAppointmentFolder.h>
 #include <NGExtensions/NGCalendarDateRange.h>
+#include <NGiCal/NGiCal.h>
 #include "common.h"
 
 @implementation UIxAppointmentProposal
index ca26afff44a2682343da9fcf28f0eea21b45d606..9e0d595c21819e39c95ea33cf6f111a86f5f4ab1 100644 (file)
@@ -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