mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 16:39:46 +00:00
Monotone-Parent: c02dd3d01814ad72a1f92274c590ed4b8a820a0b
Monotone-Revision: 46747edd0dcb4ecc9b939b9c8be25185efe65144 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-17T15:28:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Scheduler/NSArray+Scheduler.m ([NSMutableArray
|
||||
-reverseArray]): new category method.
|
||||
|
||||
2007-12-14 Ludovic Marcotte <ludovic@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoCalendarComponent.m
|
||||
|
||||
@@ -36,4 +36,10 @@
|
||||
|
||||
@end
|
||||
|
||||
@interface NSMutableArray (SOGoEventComparison)
|
||||
|
||||
- (void) reverseArray;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* NSARRAY_SCHEDULER_H */
|
||||
|
||||
@@ -139,3 +139,12 @@
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSMutableArray (SOGoEventComparison)
|
||||
|
||||
- (void) reverseArray
|
||||
{
|
||||
[self setArray: [self reversedArray]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user