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:
rfm 2009-11-19 20:37:43 +00:00
parent 3a4929342d
commit e901475983
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];