Fix for property lists color descriptions.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-04-22 11:07:11 +00:00
parent e4f6b1c03b
commit 3b298794cb
2 changed files with 4 additions and 1 deletions

View file

@ -1271,7 +1271,7 @@ systemColorWithName(NSString *name)
enumerator = [colorStrings keyEnumerator];
while ((key = [enumerator nextObject]) != nil)
{
NSString *def = [defs stringForKey: key];
NSString *def = [[defs objectForKey: key] description];
if (def != nil)
{