Monotone-Parent: 06a6b071fbed341af572ac7da7d6d1e63d366bd8

Monotone-Revision: c89c225a9b1b1ad4ce106e7b74c622f18718ff74

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-13T19:30:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-13 19:30:56 +00:00
parent 5827634056
commit b00c5dddc7
2 changed files with 7 additions and 6 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-06-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder
-fetchFields:_fieldsfromFolder:_folderfrom:_startDateto:_endDatecomponent:_component]):
no longer sort elements from here.
2007-06-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailObject.m ([SOGoMailObject
@@ -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]];