mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +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
6672739afd
commit
25386c9ae8
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…
Reference in a new issue