mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 06:00:44 +00:00
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:
parent
a6581561f6
commit
055582406c
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue