mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-25 00:11:46 +00:00
* only call validationFailedWithException... if execption was raised
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@25625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf8eac40f2
commit
eeaa2ba24a
1 changed files with 5 additions and 3 deletions
|
@ -102,9 +102,11 @@ RCS_ID("$Id$")
|
||||||
ex = localException;
|
ex = localException;
|
||||||
} NS_ENDHANDLER;
|
} NS_ENDHANDLER;
|
||||||
|
|
||||||
|
if (ex != nil) {
|
||||||
[component validationFailedWithException:ex
|
[component validationFailedWithException:ex
|
||||||
value:aValue
|
value:aValue
|
||||||
keyPath:_keyPath];
|
keyPath:_keyPath];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------
|
//--------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue