Author: damoxc

Revision: 5757

Log:
        just a couple of small tweaks

Diff:
Modified: trunk/deluge/plugins/scheduler/scheduler/data/scheduler.js
===================================================================
--- trunk/deluge/plugins/scheduler/scheduler/data/scheduler.js  2009-09-16 
09:02:26 UTC (rev 5756)
+++ trunk/deluge/plugins/scheduler/scheduler/data/scheduler.js  2009-09-16 
09:03:30 UTC (rev 5757)
@@ -100,10 +100,7 @@
        
        onEnable: function() {
                this.prefsPage = new SchedulerPreferences();
-               Deluge.Preferences.addPage(this.prefsPage);
+               this.prefsPage = Deluge.Preferences.addPage(this.prefsPage);
        }
 });
-
-(function() {
-       var plugin = new SchedulerPlugin();
-})();
\ No newline at end of file
+new SchedulerPlugin();
\ No newline at end of file



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to