fix the entry point for web plugins

This commit is contained in:
Damien Churchill 2010-03-10 10:39:20 +00:00
parent 24ce77cdf0
commit f7f928f0b9

View File

@ -185,7 +185,7 @@ setup(
%%s = %%s:CorePlugin
[deluge.plugin.gtkui]
%%s = %%s:GtkUIPlugin
[deluge.plugin.webui]
[deluge.plugin.web]
%%s = %%s:WebUIPlugin
\"\"\" %% ((__plugin_name__, __plugin_name__.lower())*3)
)