summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFCdrom/macsrc/PluginConfigController.m')
-rw-r--r--macosx/plugins/DFCdrom/macsrc/PluginConfigController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
index 86146a24..5cafc70d 100644
--- a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
+++ b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
@@ -135,7 +135,7 @@ void ReadConfig()
// load from preferences
[keyValues release];
- keyValues = [[defaults dictionaryForKey:PrefsKey] retain];
+ keyValues = [[defaults dictionaryForKey:PrefsKey] mutableCopy];
[Cached setIntValue:[[keyValues objectForKey:@"Threaded"] intValue]];
[CacheSize setIntValue:[[keyValues objectForKey:@"Cache Size"] intValue]];