Monotone-Parent: 794a50b6a0041893b3ec57a38bbb3a7bbf1dee9c

Monotone-Revision: 6f1085ed8de6ea79bedec6ff22265fcb0520b899

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-15T17:26:22
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-01-15 17:26:22 +00:00
parent fb1a0448af
commit 51a643fd06
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@
folders = nil;
else
[localException raise];
NS_ENDHANDLER
sortedFolders = [NSMutableArray arrayWithCapacity: [folders count]];
NS_ENDHANDLER;
sortedFolders = [NSMutableArray arrayWithCapacity: [folders count]];
uniqueContacts = [NSMutableDictionary dictionary];
for (i = 0; i < [folders count]; i++)
{