1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

update after Configuration re-selection in Properties.

This commit is contained in:
Oleg Krasilnikov 2007-05-15 09:17:46 +00:00
parent 3c7a0bf455
commit ae0b87e145

View file

@ -377,10 +377,8 @@ implements
return;
} else {
ICConfigurationDescription newConfig = cfgDescs[selectionIndex];
if (! (newConfig.equals(getResDesc()) )) {
cfgIndex = selectionIndex;
cfgChanged(newConfig);
}
cfgIndex = selectionIndex;
cfgChanged(newConfig);
}
}