Commit c21075db authored by Andrey Filippov's avatar Andrey Filippov

bug fix

parent 7ee96883
......@@ -719,7 +719,7 @@ public class DesignFlowView extends ViewPart implements ISelectionListener {
restoreSelectAction=new Action(){
public void run(){
System.out.println("*** Will restore selected state of "+fTool.getName());
String stateFileName=toolSequence.getSelectedStateFile(fTool, false);
String stateFileName=toolSequence.getSelectedStateFile(fTool, true);
System.out.println("***Selected restore file: "+stateFileName);
Tool restoreTool=fTool.getRestore();
if ((stateFileName!=null) && (restoreTool!=null)){
......
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