merge bugfix and documentation from themes branch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-09-22 16:42:47 +00:00
parent d3238ba31b
commit 08a89d3709
2 changed files with 109 additions and 2 deletions

View file

@ -235,7 +235,7 @@ void initSystemColors(void)
//black, @"windowFrameTextColor",
nil];
systemColors = [NSColorList colorListNamed: @"System"];
systemColors = RETAIN([NSColorList colorListNamed: @"System"]);
defaultSystemColors = [[NSColorList alloc] initWithName: @"System"];
[NSColorList _setDefaultSystemColorList: defaultSystemColors];
if (systemColors == nil)