Patches by Wolfgang Lux <wolfgang.lux@gmail.com>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2007-10-11 20:55:21 +00:00
parent 6e46b25f8b
commit a503b7d0a2
4 changed files with 15 additions and 5 deletions

View file

@ -3154,7 +3154,7 @@ byExtendingSelection: (BOOL)flag
{
NSFormatter *formatter;
NSString *string;
id newObjectValue;
id newObjectValue = nil;
BOOL validatedOK = YES;
formatter = [_editedCell formatter];
@ -3185,7 +3185,7 @@ byExtendingSelection: (BOOL)flag
else
{
SEL sel = @selector(control:didFailToFormatString:errorDescription:);
newObjectValue = nil;
if ([_delegate respondsToSelector: sel])
{
validatedOK = [_delegate control: self