From 68253d1c442f7fd8bc588c5746183795d09ccf18 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 13 Oct 2009 21:20:26 +0000 Subject: [PATCH] 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 --- UI/Contacts/UIxContactFoldersView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index 7a0887255..9d2c95e4f 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -186,10 +186,10 @@ id result; id 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;