mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
crecoskie 7/27/2005 - fix for 105197
This commit is contained in:
parent
196a2bb1d7
commit
8486bfb1c4
1 changed files with 5 additions and 5 deletions
|
@ -404,11 +404,11 @@ public class BuildOptionSettingsPage extends BuildSettingsPage {
|
||||||
} else {
|
} else {
|
||||||
config = configuration;
|
config = configuration;
|
||||||
}
|
}
|
||||||
//if (!optionApplicability.isOptionEnabled(config, holder, )) {
|
if (!optionApplicability.isOptionEnabled(config, holder, option )) {
|
||||||
// fieldEditor.setEnabled(false, parent);
|
fieldEditor.setEnabled(false, parent);
|
||||||
//} else {
|
} else {
|
||||||
// fieldEditor.setEnabled(true, parent);
|
fieldEditor.setEnabled(true, parent);
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue