See SOPE/NGCards/ChangeLog

Monotone-Parent: c4ccff8062153bbdf5f6cb2b916a3d927df78a6b
Monotone-Revision: 683b1b4ca76fe2ce7466ee989977f39eeab86856

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-10-28T16:33:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-10-28 16:33:47 +00:00
parent 36638e28a5
commit 56b22dc228
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ NSString *iCalWeekDayString[] = { @"SU", @"MO", @"TU", @"WE", @"TH", @"FR",
- (BOOL) isInfinite
{
return !([self repeatCount] || [self untilDate]);
return !(([self repeatCount] && [self repeatCount] > 0) || [self untilDate]);
}
/* private */