mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
* EOInterface/EODisplayGroup.m
(-enabledToSetSelectedObjectValueForKey:): Implement. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23596 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f62d20d5bd
commit
dc494b02b0
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-09-22 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOInterface/EODisplayGroup.m
|
||||
(-enabledToSetSelectedObjectValueForKey:): Implement.
|
||||
|
||||
2006-09-20 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
|
|
|
@ -1107,7 +1107,9 @@ static BOOL _globalDefaultForValidatesChangesImmediately = NO;
|
|||
|
||||
- (BOOL)enabledToSetSelectedObjectValueForKey:(NSString *)key
|
||||
{
|
||||
return NO;
|
||||
return [self selectedObject]
|
||||
? YES
|
||||
: [key hasPrefix: @"@query"];
|
||||
}
|
||||
|
||||
- (BOOL)association: (EOAssociation *)association
|
||||
|
|
Loading…
Reference in a new issue