* 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:
mguesdon 2014-06-11 18:21:08 +00:00
parent 49f8fa1d8d
commit e21810bf90
2 changed files with 5 additions and 2 deletions

View file

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

View file

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