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:
Wolfgang Sourdeau
2006-08-21 22:23:47 +00:00
parent dc17416b7b
commit e0cc39c7dd
2 changed files with 4 additions and 1 deletions

View File

@@ -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".

View File

@@ -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!"];