Monotone-Parent: 8268efeb15753e2949b09378244938f0b6bb08a8

Monotone-Revision: c0c1c6cf72acfbec9c8a2b4e7eeef2f801f49e54

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-29T18:31:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-29 18:31:20 +00:00
parent 7d81972309
commit 14993bccb0
12 changed files with 101 additions and 97 deletions
@@ -47,7 +47,7 @@
iCalRecurrenceRule *rule;
rule = [a objectAtIndex:i];
[ma addObject:[rule iCalRepresentation]];
[ma addObject: [rule versitString]];
}
[cycleInfo setObject:ma forKey:@"rules"];
}
@@ -63,7 +63,7 @@
iCalRecurrenceRule *rule;
rule = [a objectAtIndex:i];
[ma addObject:[rule iCalRepresentation]];
[ma addObject: [rule versitString]];
}
[cycleInfo setObject:ma forKey:@"exRules"];
}