diff --git a/deluge/plugins/label/label/core.py b/deluge/plugins/label/label/core.py index 2ff030db0..6fefb0231 100644 --- a/deluge/plugins/label/label/core.py +++ b/deluge/plugins/label/label/core.py @@ -364,7 +364,7 @@ class Core(CorePluginBase): """ for key in ["hide_zero_hits", "gtk_alfa"]: if options.has_key(key): - self.config.set(key, key) + self.config.set(key, options[key]) self.config.save()