mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Correction for segfault.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
208d75be45
commit
b908ca07b1
2 changed files with 13 additions and 4 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,8 +1,17 @@
|
||||||
|
2008-05-18 19:16-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* GormCore/GormDocument.m: Correct segfault. Remove unecessary
|
||||||
|
call to removeFromSuperview for the selection box from
|
||||||
|
GormDocument window.
|
||||||
|
|
||||||
2008-05-18 Fabien Vallon <fabien@sonappart.net>
|
2008-05-18 Fabien Vallon <fabien@sonappart.net>
|
||||||
|
|
||||||
* Palettes/3Containers/GormTabViewAttributesInspector.h: Add itemPrevious and itemNext outlets
|
* Palettes/3Containers/GormTabViewAttributesInspector.h:
|
||||||
* Palettes/3Containers/GormTabViewInspector.gorm: Add itemPrevious and itemNext outlets
|
Add itemPrevious and itemNext outlets
|
||||||
* Palettes/3Containers/GormTabViewInspector.gorm: Implement NSTabView items ordering in ok:
|
* 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 <greg_casamento@yahoo.com>
|
2008-05-16 20:47-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
|
|
@ -1183,7 +1183,7 @@ static NSImage *fileImage = nil;
|
||||||
// [filePrefsWindow close];
|
// [filePrefsWindow close];
|
||||||
|
|
||||||
// Get rid of the selection box.
|
// Get rid of the selection box.
|
||||||
[selectionBox removeFromSuperviewWithoutNeedingDisplay];
|
// [selectionBox removeFromSuperviewWithoutNeedingDisplay];
|
||||||
|
|
||||||
RELEASE(classManager);
|
RELEASE(classManager);
|
||||||
RELEASE(filePrefsManager);
|
RELEASE(filePrefsManager);
|
||||||
|
|
Loading…
Reference in a new issue