From ce8e47fae3f85f9b89fa85f967e94f474861b74f Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 14 Oct 2007 04:51:05 +0000 Subject: [PATCH] apply scheduler prefs onload --- TODO | 2 +- plugins/Scheduler/plugin.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8b3ed6610..b60f8e8be 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,2 @@ for 0.5.6 - 1. make scheduled plugin work without having to open up its preferences first + diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index e0c5ddc8f..e566f5545 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -27,6 +27,7 @@ class plugin_Scheduler: self.button_state = [[0] * 7 for dummy in xrange(24)] self.dllimit = float(self.globaldlmax) self.ullimit = float(self.globalulmax) + self.interface.apply_prefs() def unload(self): self.resume()