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:
parent
9c4a7dee2e
commit
f082faeccd
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ implements
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
ICConfigurationDescription newConfig = cfgDescs[selectionIndex];
|
ICConfigurationDescription newConfig = cfgDescs[selectionIndex];
|
||||||
if (newConfig != getResDesc()) {
|
if (! (newConfig.equals(getResDesc()) )) {
|
||||||
cfgIndex = selectionIndex;
|
cfgIndex = selectionIndex;
|
||||||
cfgChanged(newConfig);
|
cfgChanged(newConfig);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue