mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
apply_prefs in locations plugin
This commit is contained in:
parent
fe67907a5d
commit
7585642a98
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ class plugin_Locations:
|
||||||
for key in LOCATION_KEYS:
|
for key in LOCATION_KEYS:
|
||||||
if conf.has_key(key):
|
if conf.has_key(key):
|
||||||
self.pref.set(key, conf.get(key))
|
self.pref.set(key, conf.get(key))
|
||||||
|
self.interface.apply_prefs()
|
||||||
|
|
||||||
def config_filename(self, mac):
|
def config_filename(self, mac):
|
||||||
mac_esc = re.sub(":","_",mac)
|
mac_esc = re.sub(":","_",mac)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue