* 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:
gcasa 2008-12-03 04:52:06 +00:00
parent 1dedc2c000
commit 661e25c075
3 changed files with 115 additions and 4 deletions

View file

@ -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++)