1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Bug #219935 : newWizardPages operation Class is run once if " Advanced Settings" is pressed and never again

This commit is contained in:
Oleg Krasilnikov 2008-02-22 12:37:28 +00:00
parent 1ed58e8410
commit 357090a722

View file

@ -534,15 +534,8 @@ public class MBSWizardHandler extends CWizardHandler {
if (cfgFirst == null) // select at least first configuration
cfgFirst = cfgDes;
}
// if (cfgDebug == null)
// cfgDebug = cfgFirst;
// if (cfgDebug != null)
// cfgDebug.setActive();
mngr.setProjectDescription(project, des);
doPostProcess(project);
// process custom pages
doCustom();
}
@ -670,6 +663,7 @@ public class MBSWizardHandler extends CWizardHandler {
public void postProcess(IProject newProject) {
deleteExtraConfigs(newProject);
doCustom();
}
private void deleteExtraConfigs(IProject newProject) {