diff --git a/ChangeLog b/ChangeLog index c4ebcb2..5156229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-22 Matt Rice + + * EOInterface/EODisplayGroup.m + (-enabledToSetSelectedObjectValueForKey:): Implement. 2006-09-20 Matt Rice diff --git a/EOInterface/EODisplayGroup.m b/EOInterface/EODisplayGroup.m index 2eaad60..b104cf4 100644 --- a/EOInterface/EODisplayGroup.m +++ b/EOInterface/EODisplayGroup.m @@ -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