X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.graph%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fgraph%2FGraphUI.java;h=5850eb84750d7303e64a33abac540fc850c7e4ab;hp=ddfe45688d42e1af7bf135c51ada40950110f8fc;hb=82ed7c74dbd83a2a557e781b8674b3262b52da54;hpb=27d76db8786149c91b2e5a97d79c774e8c163eb0 diff --git a/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/GraphUI.java b/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/GraphUI.java index ddfe45688..5850eb847 100644 --- a/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/GraphUI.java +++ b/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/GraphUI.java @@ -603,7 +603,7 @@ public class GraphUI implements Adaptable, ListenerSupport, AsyncListenerSupport String contextURI = context.getURI(graph); String sessionName = context.getParent(graph).getURI(graph); - SpreadsheetSessionManager.getInstance().removeRealm(sessionName); + SpreadsheetSessionManager.getInstance().removeRealm(graph, sessionName); SpreadsheetSessionManager.getInstance().getOrCreateRealm(graph, sessionName); }