diff --git a/ChangeLog b/ChangeLog index 3a13366d..f5e6387b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ +2008-05-18 19:16-EDT Gregory John Casamento + + * GormCore/GormDocument.m: Correct segfault. Remove unecessary + call to removeFromSuperview for the selection box from + GormDocument window. + 2008-05-18 Fabien Vallon - * Palettes/3Containers/GormTabViewAttributesInspector.h: Add itemPrevious and itemNext outlets - * Palettes/3Containers/GormTabViewInspector.gorm: Add itemPrevious and itemNext outlets - * Palettes/3Containers/GormTabViewInspector.gorm: Implement NSTabView items ordering in ok: + * Palettes/3Containers/GormTabViewAttributesInspector.h: + Add itemPrevious and itemNext outlets + * Palettes/3Containers/GormTabViewInspector.gorm: + Add itemPrevious and itemNext outlets + * Palettes/3Containers/GormTabViewInspector.gorm: + Implement NSTabView items ordering in ok: 2008-05-16 20:47-EDT Gregory John Casamento diff --git a/GormCore/GormDocument.m b/GormCore/GormDocument.m index 1d2239cd..3648190a 100644 --- a/GormCore/GormDocument.m +++ b/GormCore/GormDocument.m @@ -1183,7 +1183,7 @@ static NSImage *fileImage = nil; // [filePrefsWindow close]; // Get rid of the selection box. - [selectionBox removeFromSuperviewWithoutNeedingDisplay]; + // [selectionBox removeFromSuperviewWithoutNeedingDisplay]; RELEASE(classManager); RELEASE(filePrefsManager);