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

Minor change in code

This commit is contained in:
Oleg Krasilnikov 2007-05-11 14:38:54 +00:00
parent 9c4a7dee2e
commit f082faeccd

View file

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