Monotone-Parent: 99929e65b6d1dc7439f516ed53c767995107ca2b

Monotone-Revision: aaf45d2fbdac38e6f31b30f118a755f4f2006ecf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-30T19:58:42
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-03-30 19:58:42 +00:00
parent b8363505ff
commit a8b40bfd49
2 changed files with 2 additions and 1 deletions

View File

@ -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 <flachapelle@inverse.ca>

View File

@ -100,7 +100,7 @@ static BOOL debugLeaks;
va_end (ap);
}
+ (void) initialize
+ (void) applicationWillStart
{
SOGoSystemDefaults *defaults;
SoClassSecurityInfo *sInfo;