diff --git a/Palettes/3Containers/GormTableViewAttributesInspector.m b/Palettes/3Containers/GormTableViewAttributesInspector.m index a03dc8be..edc3c4db 100644 --- a/Palettes/3Containers/GormTableViewAttributesInspector.m +++ b/Palettes/3Containers/GormTableViewAttributesInspector.m @@ -242,7 +242,7 @@ /* delegate for tag and Forms */ --(void) controlTextDidChange:(NSNotification *)aNotification +- (void) controlTextDidEndEditing: (NSNotification*)aNotification { [self ok:[aNotification object]]; }