1
0
Fork 0
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:
David Inglis 2005-05-19 01:50:59 +00:00
parent 3ee88519f0
commit 0024d82142

View file

@ -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$