Monotone-Parent: 794bd6c67a62a2d6361c85b53be9c00bd3f3bbf8

Monotone-Revision: 72f5e703f3c441de88fb23964d0260f26fe12527

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-11T17:56:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-09-11 17:56:02 +00:00
parent 816477714a
commit 68432b528d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2008-09-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m ([SOGoObject
-lookupName:lookupNameinContext:localContextacquire:acquire]): do
not use the object returned by "bindToObject:inContext:".
Otherwise the clientObject isn't set in the context.
2008-09-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailPartViewers/UIxMailPartAlternativeViewer.m

View File

@@ -400,7 +400,7 @@ SEL SOGoSelectorForPropertySetter (NSString *property)
{
obj = [[self soClass] lookupKey: lookupName inContext: localContext];
if (obj)
obj = [obj bindToObject: self inContext: localContext];
[obj bindToObject: self inContext: localContext];
}
if (obj)