From 180c77b3f7f5b37f3a4740e3eaf471a6affb5c1e Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 6 Jul 2007 01:09:08 +0000 Subject: [PATCH] remove unnecessary update --- plugins/Scheduler/plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index b1703795f..282cbb92c 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -135,14 +135,13 @@ class plugin_Scheduler: self.button_state = copy.deepcopy(drawing.button_state) self.dllimit = float(dlinput.get_value()) self.ullimit = float(ulinput.get_value()) + self.interface.apply_prefs() writer = open(self.conf_file, "wb") pickle.dump([drawing.button_state,[self.dllimit,self.ullimit]], writer) writer.close() - self.interface.apply_prefs() dialog.destroy() - self.interface.apply_prefs() class scheduler_select(gtk.DrawingArea):