mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated.
This commit is contained in:
parent
1d44aef852
commit
342ec252d6
1 changed files with 1 additions and 3 deletions
|
@ -64,9 +64,7 @@ public class MakePreferencePage extends PreferencePage implements IWorkbenchPref
|
||||||
|
|
||||||
public boolean performOk() {
|
public boolean performOk() {
|
||||||
boolean ok = fOptionBlock.performApply(null);
|
boolean ok = fOptionBlock.performApply(null);
|
||||||
if (MakeCorePlugin.getDefault().getPluginPreferences().needsSaving()) {
|
|
||||||
MakeCorePlugin.getDefault().savePluginPreferences();
|
MakeCorePlugin.getDefault().savePluginPreferences();
|
||||||
}
|
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue