diff --git a/Source/NSProgressIndicator.m b/Source/NSProgressIndicator.m index d21752777..d27c55f93 100644 --- a/Source/NSProgressIndicator.m +++ b/Source/NSProgressIndicator.m @@ -40,7 +40,7 @@ NSImage *images[maxCount]; { [self setVersion: 1]; // FIXME: Should come from defaults and should be reset when defaults change - fillColour = [NSColor blueColor]; + fillColour = RETAIN([NSColor blueColor]); // FIXME: Load the images and set maxCount } }