Commit d6a00c76 authored by Andrey Filippov's avatar Andrey Filippov

Making master branch run

parent c190e536
...@@ -600,8 +600,9 @@ private Panel panel1, ...@@ -600,8 +600,9 @@ private Panel panel1,
} }
try { try {
prefsProperties.loadFromXML(is); prefsProperties.loadFromXML(is);
getAllProperties(prefsProperties); System.out.println("Skipping getAllProperties(prefsProperties)");
if (DEBUG_LEVEL>0) System.out.println("Configuration parameters are restored from "+this.prefsPath); // getAllProperties(prefsProperties);
// if (DEBUG_LEVEL>0) System.out.println("Configuration parameters are restored from "+this.prefsPath);
} catch (IOException e) { } catch (IOException e) {
String msg="Failed to read XML configuration file: "+this.prefsPath; String msg="Failed to read XML configuration file: "+this.prefsPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment