diff --git a/ChangeLog b/ChangeLog index 183f724..7ff0ab5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-28 Mirko Viviani + + * GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup + -insertObjectAtIndex:]): fixed missing method call. + 2000-11-24 Mirko Viviani * GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup diff --git a/GSWeb.framework/GSWDisplayGroup.m b/GSWeb.framework/GSWDisplayGroup.m index cde6b76..8afafb0 100644 --- a/GSWeb.framework/GSWDisplayGroup.m +++ b/GSWeb.framework/GSWDisplayGroup.m @@ -939,7 +939,7 @@ Description: } else { - [object takeValuesFromDictionary:[self _insertedObjectDefaultValues]]; + [object takeValuesFromDictionary:[self insertedObjectDefaultValues]]; [self insertObject:object atIndex:index]; }; LOGObjectFnStop();