See ChangeLog

Monotone-Parent: b17886dc9b84e4662186fb632398245956c8d684
Monotone-Revision: 75e3cd2469a9c4627a182aa0bef3750b8d65a99e

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-19T01:41:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-03-19 01:41:05 +00:00
parent 744bd14527
commit aabd65ea78
8 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ static BOOL debugObjectAllocation = NO;
NSLog(@"starting SOGo (build %@)", SOGoBuildDate);
if ([[ud persistentDomainForName: @"sogod-0.9"] count] == 0)
if ([[ud persistentDomainForName: @"sogod"] count] == 0)
NSLog(@"WARNING: No configuration found. SOGo will not work properly.");
doCrashOnSessionCreate = [ud boolForKey:@"SOGoCrashOnSessionCreate"];