From 31f110252079edcc80ed3a13496ab1e9df784226 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 8 Nov 2007 19:55:38 +0000 Subject: [PATCH] Monotone-Parent: 6d8175a81637bf95f5f6b69f7d64401f2a03afa0 Monotone-Revision: 3a085f426d0d1d08eb05a5e1cc11cb42d8ea82d4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-08T19:55:38 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/UIxContactFoldersView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index 8adba727c..07d47e447 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -204,7 +204,7 @@ currentDictionary = [NSMutableDictionary dictionaryWithCapacity: 3]; [currentDictionary setObject: [currentFolder displayName] - forKey: @"displayName"]; + forKey: @"displayName"]; [currentDictionary setObject: folderName forKey: @"name"]; [currentDictionary setObject: [currentFolder folderType] forKey: @"type"];