From 80c6f2be34a25918d3dfadd9d3a7f9968f884ff0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sat, 30 Jan 2010 03:53:54 +0000 Subject: [PATCH] Monotone-Parent: f9c7627cbadcae704407f1e9336a6279f94cd133 Monotone-Revision: fd77c5d81ab260482a863295adcd236a42c7944a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-30T03:53:54 Monotone-Branch: ca.inverse.sogo --- SOPE/sope-gsmake2.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/sope-gsmake2.diff b/SOPE/sope-gsmake2.diff index e37c2432a..b8b67757b 100644 --- a/SOPE/sope-gsmake2.diff +++ b/SOPE/sope-gsmake2.diff @@ -2109,7 +2109,7 @@ Index: sope-appserver/WEExtensions/WEResourceManager.m + NSEnumerator *libraryPaths; + NSString *directory; + -+ tmp = [[NSMutableArray alloc] init]; ++ tmp = [NSMutableArray array]; + libraryPaths = [NSStandardLibraryPaths() objectEnumerator]; + while ((directory = [libraryPaths nextObject])) + [tmp addObject: directory];