Fix variable type in UI/Contacts/UIxContactFoldersView.m

Monotone-Parent: 0746b51101ad96419ffd4e8f557f967f13b70a60
Monotone-Revision: a9673b6b7feb76572f80c31fe67ba936ed709f8f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-13T21:20:26
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-10-13 21:20:26 +00:00
parent a285132f8b
commit 68253d1c44
1 changed files with 2 additions and 2 deletions

View File

@ -186,10 +186,10 @@
id <WOActionResults> result;
id <SOGoContactFolder> folder;
NSString *searchText, *mail;
NSDictionary *contact, *data;
NSDictionary *data;
NSArray *folders, *contacts, *descriptors, *sortedContacts;
NSMutableArray *sortedFolders;
NSMutableDictionary *uniqueContacts;
NSMutableDictionary *contact, *uniqueContacts;
unsigned int i, j;
NSSortDescriptor *commonNameDescriptor;
BOOL excludeGroups, excludeLists;