mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-01 09:42:28 +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
de751716b3
commit
98095b4733
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>
|
2006-09-20 Matt Rice <ratmice@yahoo.com>
|
||||||
|
|
||||||
|
|
|
@ -1107,7 +1107,9 @@ static BOOL _globalDefaultForValidatesChangesImmediately = NO;
|
||||||
|
|
||||||
- (BOOL)enabledToSetSelectedObjectValueForKey:(NSString *)key
|
- (BOOL)enabledToSetSelectedObjectValueForKey:(NSString *)key
|
||||||
{
|
{
|
||||||
return NO;
|
return [self selectedObject]
|
||||||
|
? YES
|
||||||
|
: [key hasPrefix: @"@query"];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)association: (EOAssociation *)association
|
- (BOOL)association: (EOAssociation *)association
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue