Correct bug in last KVB change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25946 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-01-14 13:08:02 +00:00
parent 6672739afd
commit 25386c9ae8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-01-14 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSKeyValueBinding.m (+getBinding:forObject:): Correct bug
in last change.
2008-01-13 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSBindingHelpers.h,

View file

@ -181,7 +181,7 @@ void GSBindingInvokeAction(NSString *targetKey, NSString *argumentKey,
forObject: (id)anObject
{
NSMutableDictionary *bindings;
GSKeyValueBinding *theBinding;
GSKeyValueBinding *theBinding = nil;
if (!objectTable)
return nil;