mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
fix c99-ism
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29759 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4a081f773
commit
cbad0e1027
2 changed files with 5 additions and 2 deletions
|
@ -139,11 +139,13 @@
|
|||
}
|
||||
else if ([owner isKindOfClass: [NSMenu class]])
|
||||
{
|
||||
NSColor *textColor;
|
||||
GSTheme *theme;
|
||||
|
||||
NSDebugLLog(@"GSTitleView", @"owner is NSMenu");
|
||||
_owner = owner;
|
||||
_ownedByMenu = YES;
|
||||
NSColor *textColor;
|
||||
GSTheme *theme = [GSTheme theme];
|
||||
theme = [GSTheme theme];
|
||||
|
||||
RELEASE (titleColor);
|
||||
titleColor = RETAIN ([theme colorNamed: @"GSMenuBar" state: GSThemeNormalState]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue