1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

bug 224203 (patch by Don Porges)

This commit is contained in:
Vivian Kong 2008-11-12 20:24:33 +00:00
parent c391a02225
commit 0603e8472d

View file

@ -3315,7 +3315,7 @@ public class Tool extends HoldsOptions implements ITool, IOptionCategory, IMatch
} }
private void saveRebuildState(){ private void saveRebuildState(){
PropertyManager.getInstance().setProperty(this, REBUILD_STATE, Boolean.toString(needsRebuild())); PropertyManager.getInstance().setProperty(this, REBUILD_STATE, Boolean.toString(rebuildState));
} }
public CLanguageData getCLanguageData(IInputType type) { public CLanguageData getCLanguageData(IInputType type) {