mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-24 07:49:06 +00:00
* GSWeb/GSWAssociation.m
fix EOValidatedObjectUserInfoKey value git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@37945 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4cc39b551
commit
e32a81eb7e
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
2014-06-11 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWeb/GSWAssociation.m
|
||||
fix EOValidatedObjectUserInfoKey value
|
||||
2014-05-30 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* nearly every file
|
||||
get rid of RCS_ID
|
||||
|
|
|
@ -718,8 +718,8 @@ static Class NSStringClass = Nil;
|
|||
NSString * errorStr = @"unknown reason";
|
||||
|
||||
uInfo = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
(value ? value : (id)@"nil"), @"EOValidatedObjectUserInfoKey",
|
||||
keyPath, @"EOValidatedPropertyUserInfoKey",
|
||||
tmpObject, @"EOValidatedObjectUserInfoKey", //Target Object
|
||||
keyPath, @"EOValidatedPropertyUserInfoKey", //Target Object Key Path
|
||||
nil];
|
||||
|
||||
if (outError
|
||||
|
|
Loading…
Reference in a new issue