mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Fix for [Bug 179221] First config in the manifest file should become active on project creation
This commit is contained in:
parent
83d47c3329
commit
998ec67e56
1 changed files with 4 additions and 4 deletions
|
@ -433,10 +433,10 @@ 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();
|
||||
// if (cfgDebug == null)
|
||||
// cfgDebug = cfgFirst;
|
||||
// if (cfgDebug != null)
|
||||
// cfgDebug.setActive();
|
||||
mngr.setProjectDescription(project, des);
|
||||
|
||||
doPostProcess(project);
|
||||
|
|
Loading…
Add table
Reference in a new issue