From 1aa727db3d9f5c6d378910317922823dc79d1cb9 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Wed, 13 Aug 2008 20:10:14 +0000 Subject: [PATCH] cleanup previous --- deluge/plugins/label/label/data/label_options.glade | 4 ++-- deluge/plugins/label/label/gtkui/sidebar.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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")