[Scheduler] Revert erroneous fix backported from develop branch

* The issue this was intended to fix only occurs on develop branch
This commit is contained in:
Calum Lind 2015-09-16 15:11:56 +01:00
parent 1b974d1061
commit cdf301601f
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Core(CorePluginBase):
"""
core_config = deluge.configmanager.ConfigManager("core.conf")
for setting in CONTROLLED_SETTINGS:
component.get("PreferencesManager").do_config_set_func(setting, core_config[setting])
core_config.apply_set_functions(setting)
# Resume the session if necessary
component.get("Core").session.resume()