api cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-11-19 20:37:43 +00:00
parent 38cd3d8edb
commit f2a8d1d58c
6 changed files with 129 additions and 39 deletions

View file

@ -131,7 +131,7 @@
state = GSThemeSelectedState;
}
color = [[GSTheme theme] colorNamed: @"NSMenuItem" state: state cache: YES];
color = [[GSTheme theme] colorNamed: @"NSMenuItem" state: state];
if (color == nil)
{
if ((state == GSThemeHighlightedState) || (state == GSThemeSelectedState))