1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fix for 197925, Restore Defaults for the Indexer Preferences works incorrectly.

This commit is contained in:
Markus Schorn 2007-07-26 14:37:24 +00:00
parent 48742033a5
commit c61a0ca618

View file

@ -133,8 +133,8 @@ public class IndexerStrategyBlock extends AbstractCOptionPage {
public void performDefaults() {
initUpdatePolicy(IndexerPreferences.getDefaultUpdatePolicy());
fAutoUpdateButton.setSelection(false);
fImmediateUpdateButton.setSelection(true);
fUseActiveBuildButton.setSelection(false);
fUseFixedBuildConfig.setSelection(true);
updateEnablement();
}
}