Monotone-Parent: 1d653d4f984b0eeefbcd5014a68753ef3d761b3c
Monotone-Revision: 1de4349e78aa0e2e7b5b5f1107576ae89d90f64e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-11-05T17:16:35
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2008-11-05 17:16:35 +00:00
parent 7a2eff59ea
commit d54abbdcfe
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,12 @@
[updatedProperties addObject:@"sequence"];
if(!IS_EQUAL([_from organizer], [_to organizer], isEqual:))
[updatedProperties addObject:@"organizer"];
if(!IS_EQUAL([_from recurrenceRules], [_to recurrenceRules], isEqual:))
[updatedProperties addObject:@"rrule"];
if(!IS_EQUAL([_from exceptionRules], [_to exceptionRules], isEqual:))
[updatedProperties addObject:@"exrule"];
if(!IS_EQUAL([_from exceptionDates], [_to exceptionDates], isEqual:))
[updatedProperties addObject:@"exdate"];
}
- (BOOL)hasChanges {