]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/GraphClientImpl2.java
Cluster sets are written to wrong directory until first snapshot is made
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / GraphClientImpl2.java
index 90af336aafdc079fe99b6210ad9d139211d86f45..982c743fdeadb9ebe5d9939e5512e9e6bc638af9 100644 (file)
@@ -86,6 +86,7 @@ public class GraphClientImpl2 implements Database.Session {
            load();
            ClusterSetsSupport cssi = locator.getService(ClusterSetsSupport.class); 
            cssi.setReadDirectory(clusters.lastSessionDirectory);
+           cssi.updateWriteDirectory(clusters.workingDirectory);
            mainProgram = new MainProgram(this, clusters);
            executor.execute(mainProgram);
        }