mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 7d9ee580367f7631b0793eae0e55ae9255d331bc
Monotone-Revision: e93a01f806a40f4a4ff41e64bf05eae122e0eb6a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-19T02:49:57
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2012-04-18 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* iCalRecurrenceRule.m (-orderOfValueKeys): overrriden method.
|
||||
|
||||
* NSDictionary+NGCards.m
|
||||
(-versitRenderInString:withKeyOrdering:asAttributes:): now takes
|
||||
an "ordering" parameter resulting from the methods below and
|
||||
|
||||
@@ -854,6 +854,15 @@ NSString *iCalWeekDayString[] = { @"SU", @"MO", @"TU", @"WE", @"TH", @"FR",
|
||||
// }
|
||||
// }
|
||||
|
||||
/* versit key ordering */
|
||||
- (NSArray *) orderOfValueKeys
|
||||
{
|
||||
return [NSArray arrayWithObjects: @"freq", @"interval", @"count", @"until",
|
||||
@"bymonth", @"byweekno", @"byyearday", @"bymonthday",
|
||||
@"byday", @"byhour", @"byminute", @"bysecond", @"bysetpos",
|
||||
nil];
|
||||
}
|
||||
|
||||
/* key/value coding */
|
||||
|
||||
- (void) handleTakeValue: (id) _value
|
||||
|
||||
Reference in New Issue
Block a user