diff --git a/ChangeLog b/ChangeLog index 189cd503a..1969edb2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-13 Wolfgang Sourdeau + + * SoObjects/Appointments/SOGoAppointmentFolder.m + ([SOGoAppointmentFolder + -fetchFields:_fieldsfromFolder:_folderfrom:_startDateto:_endDatecomponent:_component]): + no longer sort elements from here. + 2007-06-12 Wolfgang Sourdeau * SoObjects/Mailer/SOGoMailObject.m ([SOGoMailObject diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index afeee3057..66d5c14cc 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -869,12 +869,6 @@ static NSNumber *sharedYes = nil; return nil; } - /* NOTE: why do we sort here? - This probably belongs to UI but cannot be achieved as fast there as - we can do it here because we're operating on a mutable array - - having the apts sorted is never a bad idea, though - */ - [ma sortUsingSelector: @selector (compareAptsAscending:)]; if (logger) [self debugWithFormat:@"returning %i records", [ma count]];