mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-p2p/deluge: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13341 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
committed by
Craig Andrews
parent
f3f67b69f2
commit
b35463dac1
@@ -1,22 +0,0 @@
|
||||
From cdf301601fe71bd697f3796cf0a5656d437d140e Mon Sep 17 00:00:00 2001
|
||||
From: Calum Lind <calumlind+deluge@gmail.com>
|
||||
Date: Wed, 16 Sep 2015 15:11:56 +0100
|
||||
Subject: [Scheduler] Revert erroneous fix backported from develop branch
|
||||
|
||||
* The issue this was intended to fix only occurs on develop branch
|
||||
---
|
||||
deluge/plugins/scheduler/scheduler/core.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/deluge/plugins/scheduler/scheduler/core.py b/deluge/plugins/scheduler/scheduler/core.py
|
||||
index 9fb81df..f0e2392 100644
|
||||
--- a/deluge/plugins/scheduler/scheduler/core.py
|
||||
+++ b/deluge/plugins/scheduler/scheduler/core.py
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user