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

@ -1154,7 +1154,7 @@ static float scrollerWidth;
{
name = @"NSScrollView";
}
color = [theme colorNamed: name state: GSThemeNormalState cache: YES];
color = [theme colorNamed: name state: GSThemeNormalState];
if (color == nil)
{
color = [NSColor controlDarkShadowColor];