See ChangeLog

Monotone-Parent: c1e5870e5f5c7546c7a47515125246ca856a2f40
Monotone-Revision: 52bbcfeb1dfff49a3bb753faaefd8bf92a5ad7eb

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-03-18T12:58:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-03-18 12:58:39 +00:00
parent a6672ac59d
commit bf275960b4
6 changed files with 9 additions and 15 deletions
+2 -1
View File
@@ -34,6 +34,7 @@
#import "SOGoStartupLogger.h"
#import "SOGoSystemDefaults.h"
#import "SOGoConstants.h"
@implementation SOGoSystemDefaults
@@ -277,7 +278,7 @@ BootstrapNSUserDefaults ()
- (BOOL) userCanChangePassword
{
return [self boolForKey: @"SOGoUIxUserCanChangePassword"];
return [self boolForKey: SOGoPasswordChangeEnabled];
}
- (BOOL) uixAdditionalPreferences