1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

crecoskie 7/27/2005 - fix for 105197

This commit is contained in:
Chris Recoskie 2005-07-27 14:33:13 +00:00
parent 196a2bb1d7
commit 8486bfb1c4

View file

@ -404,11 +404,11 @@ public class BuildOptionSettingsPage extends BuildSettingsPage {
} else {
config = configuration;
}
//if (!optionApplicability.isOptionEnabled(config, holder, )) {
// fieldEditor.setEnabled(false, parent);
//} else {
// fieldEditor.setEnabled(true, parent);
//}
if (!optionApplicability.isOptionEnabled(config, holder, option )) {
fieldEditor.setEnabled(false, parent);
} else {
fieldEditor.setEnabled(true, parent);
}
}
/* (non-Javadoc)