Fixed white toolbar background bug

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2005-01-24 11:25:42 +00:00
parent a2a12020db
commit 4348b3a5ac
2 changed files with 8 additions and 1 deletions

View file

@ -98,7 +98,7 @@ static void initSystemExtensionsColors(void)
{
SystemExtensionsColors = [[NSColorList alloc] initWithName: @"System extensions"];
}
else
{
NSEnumerator *e;
NSString *colorKey;