mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-24 16:02:04 +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;
|
||||
} NS_ENDHANDLER;
|
||||
|
||||
[component validationFailedWithException:ex
|
||||
value:aValue
|
||||
keyPath:_keyPath];
|
||||
if (ex != nil) {
|
||||
[component validationFailedWithException:ex
|
||||
value:aValue
|
||||
keyPath:_keyPath];
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue