From a8b40bfd492f94d509cbec60bd18a4bfc6f3e419 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 30 Mar 2011 19:58:42 +0000 Subject: [PATCH] Monotone-Parent: 99929e65b6d1dc7439f516ed53c767995107ca2b Monotone-Revision: aaf45d2fbdac38e6f31b30f118a755f4f2006ecf Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-30T19:58:42 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 1 + Main/SOGo.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d5e1c4576..b786d80ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ -init and -run here since this method is invoked before forking and data memory is in "copy-on-write" mode, slightly reducing memory usage of combined SOGo processes. + (+applicationWillStart): new method replacing +initialize. 2011-03-30 Francis Lachapelle diff --git a/Main/SOGo.m b/Main/SOGo.m index eb95cbe60..7b0bf80aa 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -100,7 +100,7 @@ static BOOL debugLeaks; va_end (ap); } -+ (void) initialize ++ (void) applicationWillStart { SOGoSystemDefaults *defaults; SoClassSecurityInfo *sInfo;