From ed5880ade6e0d92ecf1141df27de986e5303ebba Mon Sep 17 00:00:00 2001 From: Marcus Gosselin Date: Thu, 9 Oct 2014 14:18:54 -0400 Subject: [PATCH] took the debug thing out, dont worry about it --- src/Viewer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Viewer.java b/src/Viewer.java index 38a1f18..38d3d22 100644 --- a/src/Viewer.java +++ b/src/Viewer.java @@ -66,7 +66,7 @@ public class Viewer implements BasicApp { // make sure we have our variable and file // we can explicitly set them as we are trying to pick up where we left // off - currentDirectoryVariable = new Variable("MAndWorks\\MAndApps\\Settings", "WallpaperSearchDirectory", defaultSearchDirectory, true); + currentDirectoryVariable = new Variable("MAndWorks\\MAndApps\\Settings", "WallpaperSearchDirectory", defaultSearchDirectory, false); currentDirectoryFile = new File(currentDirectoryVariable.getValue()); // which we use, be it variable or file, is completely arbitrary here.