Author: damoxc
Revision: 5647
Log:
add a missing method
Diff:
Modified: trunk/deluge/ui/web/pluginmanager.py
===================================================================
--- trunk/deluge/ui/web/pluginmanager.py 2009-08-11 23:15:20 UTC (rev
5646)
+++ trunk/deluge/ui/web/pluginmanager.py 2009-08-11 23:15:42 UTC (rev
5647)
@@ -47,6 +47,9 @@
Component.__init__(self, "Web.PluginManager")
self.config = ConfigManager("web.conf")
PluginManagerBase.__init__(self, "web.conf", "deluge.plugin.web")
+
+ def _on_get_enabled_plugins(self, plugins):
+ pass
def start(self):
"""
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---