commit mods before I nuke the file.

This commit is contained in:
Jeff Teunissen 2002-01-25 08:38:17 +00:00
parent 750100b3e3
commit 4c8154a224

View file

@ -175,7 +175,7 @@ static NSMutableDictionary *displayedValues = nil;
if (sharedInstance) {
[self dealloc];
} else {
[super init];
self = [super init];
currentValues = [[self preferencesFromDefaults] mutableCopy];
[self discardDisplayedValues];
sharedInstance = self;