Module: deluge Branch: master Commit: a3d9b934800e76521178ee3175906f5820fdbd3a
Author: Damien Churchill <[email protected]> Date: Sat Apr 24 01:42:11 2010 +0100 register the execute plugin --- deluge/plugins/execute/execute/data/execute.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/plugins/execute/execute/data/execute.js b/deluge/plugins/execute/execute/data/execute.js index 77d2638..41cc2f7 100644 --- a/deluge/plugins/execute/execute/data/execute.js +++ b/deluge/plugins/execute/execute/data/execute.js @@ -111,3 +111,4 @@ Deluge.plugins.ExecutePlugin = Ext.extend(Deluge.Plugin, { this.prefsPage = deluge.preferences.addPage(new Deluge.ux.preferences.ExecutePage()); } }); +Deluge.registerPlugin('Execute', Deluge.plugins.ExecutePlugin); -- 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.
