change prefs handling

This commit is contained in:
benfry
2012-10-23 16:21:16 +00:00
parent 16356bb69f
commit 48855177ca

View File

@@ -213,7 +213,7 @@ public class Commander implements RunnerListener {
// Preferences.init(preferencesPath);
// }
Preferences.init(null);
Preferences.init();
Base.locateSketchbookFolder();
if (sketchPath == null) {