From 51a643fd06dbc6add1c4beda89cb28ddab7a3f3a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 15 Jan 2010 17:26:22 +0000 Subject: [PATCH] Monotone-Parent: 794a50b6a0041893b3ec57a38bbb3a7bbf1dee9c Monotone-Revision: 6f1085ed8de6ea79bedec6ff22265fcb0520b899 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-15T17:26:22 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 f3dffc6a5..29d7e1ccd 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -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++) {