diff --git a/GSWeb.framework/GSWTextField.m b/GSWeb.framework/GSWTextField.m index 82c29dc..218ce35 100644 --- a/GSWeb.framework/GSWTextField.m +++ b/GSWeb.framework/GSWTextField.m @@ -143,8 +143,8 @@ static char rcsId[] = "$Id$"; NSDebugMLLog(@"gswdync",@"resultValue=%@",resultValue); // Turbocat - if ([self _isFormattedValueInComponent:component - equalToFormattedValue:value]) + if (NO)//([self _isFormattedValueInComponent:component + // equalToFormattedValue:value]) { // does nothing, old formatted values are equal }