mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:20:46 +00:00
Support for new NSMenuItem class addition.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5204 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
754d026773
commit
72885295f3
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ static NSString *disabledName = @".GNUstepDisabled";
|
||||||
|
|
||||||
a = [mainMenu itemArray];
|
a = [mainMenu itemArray];
|
||||||
for (i = 0; i < [a count]; i++)
|
for (i = 0; i < [a count]; i++)
|
||||||
if ([[a objectAtIndex: i] target] == servicesMenu)
|
if ([[a objectAtIndex: i] submenu] == servicesMenu)
|
||||||
found = YES;
|
found = YES;
|
||||||
if (found == NO)
|
if (found == NO)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue