mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
Monotone-Parent: 0ffeb1b58183aef5fe52c0260be541c404cf9d8b
Monotone-Revision: 4bd5f430f07481a1a60f5793472c59de68d874f8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-21T22:23:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-08-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/SOGoUI/UIxComponent.m ([UIxComponent -labelForKey:]): use
|
||||
[self pageResourceManager] instead of [self resourceManager].
|
||||
|
||||
* UI/Contacts/UIxContactEditorBase.m: invokes
|
||||
globallyUniqueObjectId on the clientobject's class instead of the
|
||||
hardcoded "SOGoFolder".
|
||||
|
||||
@@ -402,7 +402,7 @@ static BOOL uixDebugEnabled = NO;
|
||||
|
||||
/* find resource manager */
|
||||
|
||||
if ((rm = [self resourceManager]) == nil)
|
||||
if ((rm = [self pageResourceManager]) == nil)
|
||||
rm = [[WOApplication application] resourceManager];
|
||||
if (rm == nil)
|
||||
[self warnWithFormat:@"missing resource manager!"];
|
||||
|
||||
Reference in New Issue
Block a user