Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
c21075db
Commit
c21075db
authored
Feb 19, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
7ee96883
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DesignFlowView.java
src/com/elphel/vdt/ui/views/DesignFlowView.java
+1
-1
No files found.
src/com/elphel/vdt/ui/views/DesignFlowView.java
View file @
c21075db
...
...
@@ -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
,
fals
e
);
String
stateFileName
=
toolSequence
.
getSelectedStateFile
(
fTool
,
tru
e
);
System
.
out
.
println
(
"***Selected restore file: "
+
stateFileName
);
Tool
restoreTool
=
fTool
.
getRestore
();
if
((
stateFileName
!=
null
)
&&
(
restoreTool
!=
null
)){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment