mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:41:55 +00:00
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:
parent
ce957cc6e2
commit
e03904ec09
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -181,7 +181,7 @@ void GSBindingInvokeAction(NSString *targetKey, NSString *argumentKey,
|
|||
forObject: (id)anObject
|
||||
{
|
||||
NSMutableDictionary *bindings;
|
||||
GSKeyValueBinding *theBinding;
|
||||
GSKeyValueBinding *theBinding = nil;
|
||||
|
||||
if (!objectTable)
|
||||
return nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue