This commit is contained in:
Alexandre Cloutier
2014-04-07 10:59:38 -04:00
parent 03d5975be3
commit 09bcd2aee2
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ static NSArray *reminderValues = nil;
count = [folders count]-1;
collectedAlreadyExist = false;
for (i=0; i <= count ; i++) {
for (i = 0; i <= count ; i++) {
[availableAddressBooksID addObject:[[folders objectAtIndex:i] realNameInContainer]];
[availableAddressBooksName addObject:[[folders objectAtIndex:i] displayName]];