mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:00:37 +00:00
* Source/GSNibLoading.m: Added some new methods to address
bug #24985. * Source/NSMenu.m: Removed some spaces after a close brace. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27196 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1dedc2c000
commit
661e25c075
3 changed files with 115 additions and 4 deletions
|
@ -291,8 +291,8 @@ static BOOL menuBarVisible = YES;
|
|||
[[appMenu menuRepresentation] update];
|
||||
|
||||
RELEASE(itemsToMove);
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
[appItem setImage: nil];
|
||||
if (appMenu != nil)
|
||||
|
@ -316,7 +316,7 @@ static BOOL menuBarVisible = YES;
|
|||
}
|
||||
[self removeItem: appItem];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < [_items count]; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue