Correction for bug #3439.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-02-01 02:16:45 +00:00
parent a6581561f6
commit 055582406c
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
2004-01-29 00:04 Gregory John Casamento <greg_casamento@yahoo.com>
2004-01-31 21:21 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.6.0
* Palettes/0Menus/GormMenuEditor.m: -[GormMenuEditor activate]
removed call to -[NSMenu display]. This corrects Report#3439.
2004-01-29 23:20 Gregory John Casamento <greg_casamento@yahoo.com>

View file

@ -425,11 +425,12 @@
}
// display the main menu only.
/* Don't display. This is the cause for Report #3439
if([edited supermenu] == nil)
{
[edited display];
// [edited display];
}
*/
return NO;
}