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