Monotone-Parent: 2977eee44dc8cb28a84d3198502b07eacfaf2472

Monotone-Revision: 41c1c07c9e64afed10d305ba098bdffb69a7e77d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-14T14:37:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-12-14 14:37:24 +00:00
parent 23dc7dd474
commit 33777d04bc
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-12-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxPageFrame.m (_stringsForFramework:): use the system
default when the active user does not resolve.
2009-12-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/PreferencesUI/UIxPreferences.m (-setUserShortDateFormat:):
+2
View File
@@ -197,6 +197,8 @@
frameworkName = [NSString stringWithFormat: @"%@.SOGo",
(framework ? framework : [self frameworkName])];
ud = [[context activeUser] userDefaults];
if (!ud)
ud = [SOGoSystemDefaults sharedSystemDefaults];
language = [ud language];
table