X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Fworkbench%2Fhandler%2Fe4%2FUndoRedoTester.java;h=ecf6c22ab77ff2553a74913bd4e664dfb7536416;hb=23f635e618eac5952aa6fe400b81c0cb8260ff01;hp=c1feefc269da7d7a42d16ac5f2291e01db18c913;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/workbench/handler/e4/UndoRedoTester.java b/bundles/org.simantics.ui/src/org/simantics/ui/workbench/handler/e4/UndoRedoTester.java index c1feefc26..ecf6c22ab 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/workbench/handler/e4/UndoRedoTester.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/workbench/handler/e4/UndoRedoTester.java @@ -47,7 +47,7 @@ public class UndoRedoTester { int newUndo = oldUndo; int newRedo = oldRedo; try { - ISessionContext ctx = SimanticsUI.getSessionContext(); + ISessionContext ctx = Simantics.getSessionContext(); if (DEBUG) System.out.println("UndoPropertyTester: handle change, ctx=" + ctx); if (ctx == null)