apply scheduler prefs onload

This commit is contained in:
Marcos Pinto 2007-10-14 04:51:05 +00:00
parent e4f5d822de
commit ce8e47fae3
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@ -1,2 +1,2 @@
for 0.5.6
1. make scheduled plugin work without having to open up its preferences first

View File

@ -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()