mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 02:18:00 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user