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;