mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Removed APPLY notification on save since it is not needed there
This commit is contained in:
parent
a681729447
commit
b557d74590
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class ConfigurationDataProvider extends CConfigurationDataProvider implem
|
|||
ICStorageElement cfgElemen = rootElement.createChild(IConfiguration.CONFIGURATION_ELEMENT_NAME);
|
||||
Configuration cfg = (Configuration)appliedCfg.getConfiguration();
|
||||
cfg.setConfigurationDescription(des);
|
||||
ManagedBuildManager.performValueHandlerEvent(cfg, IManagedOptionValueHandler.EVENT_APPLY);
|
||||
// ManagedBuildManager.performValueHandlerEvent(cfg, IManagedOptionValueHandler.EVENT_APPLY);
|
||||
cfg.serialize(cfgElemen);
|
||||
|
||||
return appliedCfg;
|
||||
|
|
Loading…
Add table
Reference in a new issue