Skip to content

Commit 2af77e0

Browse files
committed
ConditionalRunCommandUi: disable Cancel
1 parent 7973332 commit 2af77e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/org.eclipse.embedcdt.ui/src/org/eclipse/embedcdt/ui/templates/core/processes/ConditionalRunCommandUi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void run(IProgressMonitor pm) throws InterruptedException {
199199
};
200200

201201
try {
202-
dialog.run(true, true, runnable);
202+
dialog.run(true, false, runnable);
203203
} catch (InvocationTargetException e1) {
204204
e1.printStackTrace();
205205

0 commit comments

Comments
 (0)