mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed valueForKey: which was calling the wrong method to manage an
unbound key git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9856 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
07b96d25c0
commit
c71b2daae9
1 changed files with 1 additions and 2 deletions
|
@ -1317,8 +1317,7 @@ GSGetValue(NSObject *self, NSString *key, SEL sel,
|
|||
}
|
||||
if (type == NULL)
|
||||
{
|
||||
[self handleTakeValue: nil forUnboundKey: key];
|
||||
return nil;
|
||||
return [self handleQueryWithUnboundKey: key];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue