From b00c5dddc7a72701a4236f906db50aa851d6420a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 13 Jun 2007 19:30:56 +0000 Subject: [PATCH] Monotone-Parent: 06a6b071fbed341af572ac7da7d6d1e63d366bd8 Monotone-Revision: c89c225a9b1b1ad4ce106e7b74c622f18718ff74 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T19:30:56 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 +++++++ SoObjects/Appointments/SOGoAppointmentFolder.m | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) 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]];