1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00
This commit is contained in:
Oleg Krasilnikov 2007-03-16 08:21:15 +00:00
parent 2827d3620c
commit 926d17cdfc

View file

@ -184,7 +184,7 @@ public abstract class NewModelProjectWizard extends BasicNewResourceWizard imple
// created before and still valid
boolean needsDelete = (newProject != null && savedDefaults && !isChanged());
// create project if it is not created yet
if (getProject(false) == null) return false;
if (getProject(fMainPage.isCurrent()) == null) return false;
// process custom pages
doCustom();
// project is created with all possible configs