mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
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:
@@ -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:):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user