Corrected previous patch-

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21847 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2005-10-20 18:39:21 +00:00
parent 5cbd31e751
commit 2e85246bac
2 changed files with 7 additions and 2 deletions

View file

@ -351,12 +351,12 @@
}
// We do not need app menu over menu
- (NSMenu *) rightMouseDown: (NSEvent*)theEvent
- (void) rightMouseDown: (NSEvent*)theEvent
{
}
// We do not want to popup menus in this menu.
- (id) menuForEvent: (NSEvent*) theEvent
- (NSMenu *) menuForEvent: (NSEvent*) theEvent
{
return nil;
}