mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 21:03:16 +00:00
merge of '2c72ee27838cb086c9f9538bdfd088d48c551532'
and 'b225fa0fff99cfbcbe27145aabf8fdfde0810371' Monotone-Parent: 2c72ee27838cb086c9f9538bdfd088d48c551532 Monotone-Parent: b225fa0fff99cfbcbe27145aabf8fdfde0810371 Monotone-Revision: 75bbc0ad243d66dd412883811d759ca8dabf6776 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-23T11:59:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-03-23 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* iCalRepeatableEntityObject.m (-removeAllExceptionDates): don't
|
||||
use the method "exceptionDates" since it returns an array of
|
||||
strings and not CardElement instances.
|
||||
|
||||
2011-03-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* iCalEvent.m (-firstRecurrenceStartDate): new method that makes
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
- (void) removeAllExceptionDates
|
||||
{
|
||||
[self removeChildren: [self exceptionDates]];
|
||||
[self removeChildren: [self childrenWithTag: @"exdate"]];
|
||||
}
|
||||
|
||||
- (void) addToExceptionDates: (NSCalendarDate *) _rdate
|
||||
|
||||
Reference in New Issue
Block a user