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:
qmathe 2005-01-24 11:25:42 +00:00
parent 99b0f32781
commit 9e27f32f4f
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;