diff --git a/deluge/plugins/label/label/data/label_options.glade b/deluge/plugins/label/label/data/label_options.glade index 898ad29da..3b9604c85 100644 --- a/deluge/plugins/label/label/data/label_options.glade +++ b/deluge/plugins/label/label/data/label_options.glade @@ -1,6 +1,6 @@ - + 5 @@ -440,7 +440,7 @@ True True - Apply move location settings: + Apply location settings: 0 True diff --git a/deluge/plugins/label/label/gtkui/sidebar.py b/deluge/plugins/label/label/gtkui/sidebar.py index 0f2d42ede..bdc9489ab 100644 --- a/deluge/plugins/label/label/gtkui/sidebar.py +++ b/deluge/plugins/label/label/gtkui/sidebar.py @@ -197,8 +197,6 @@ class OptionsDialog(object): self.dialog.destroy() def apply_sensitivity(self, event=None): - nested = [] - log.debug("apply-sensitivity") for chk_id , sensitive_list in self.sensitive_groups: chk = self.glade.get_widget(chk_id) sens = chk.get_active() and chk.get_property("sensitive")