1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug #201074 : New Configuration can be absent from the Configuration drop down menu

This commit is contained in:
Oleg Krasilnikov 2007-08-24 13:53:59 +00:00
parent d5715833cd
commit f8989282fd

View file

@ -551,10 +551,7 @@ implements
displayedConfig = true; displayedConfig = true;
if (excludeFromBuildCheck != null && resd != null) if (excludeFromBuildCheck != null && resd != null)
excludeFromBuildCheck.setSelection(resd.isExcluded()); excludeFromBuildCheck.setSelection(resd.isExcluded());
if (configSelector != null) { populateConfigurations();
configSelector.select(cfgIndex == -1 ? 0 : cfgIndex);
handleConfigSelection();
}
} }
if (itabs.size() < 1) return; if (itabs.size() < 1) return;