mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user