mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed bug # 95556
This commit is contained in:
parent
3ee88519f0
commit
0024d82142
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ public abstract class NewCProjectWizard extends BasicNewResourceWizard implement
|
|||
protected boolean invokeRunnable(IRunnableWithProgress runnable) {
|
||||
IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(runnable);
|
||||
try {
|
||||
getContainer().run(false, true, op);
|
||||
getContainer().run(true, true, op);
|
||||
} catch (InvocationTargetException e) {
|
||||
Shell shell= getShell();
|
||||
String title= CUIPlugin.getResourceString(OP_ERROR + ".title"); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue