From fa7edd0bad06fc000372dd1e1107e2c24cba62b5 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 26 Feb 2012 23:00:06 +0000 Subject: Fix plugins not showing enabled in webui --- deluge/plugins/autoadd/setup.py | 2 +- deluge/plugins/blocklist/setup.py | 2 +- deluge/plugins/extractor/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deluge/plugins/autoadd/setup.py b/deluge/plugins/autoadd/setup.py index 10b07f9b0..de759fab7 100644 --- a/deluge/plugins/autoadd/setup.py +++ b/deluge/plugins/autoadd/setup.py @@ -67,7 +67,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) ) diff --git a/deluge/plugins/blocklist/setup.py b/deluge/plugins/blocklist/setup.py index f690278a6..b8b7e67fe 100644 --- a/deluge/plugins/blocklist/setup.py +++ b/deluge/plugins/blocklist/setup.py @@ -61,7 +61,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) ) diff --git a/deluge/plugins/extractor/setup.py b/deluge/plugins/extractor/setup.py index 7f3afe9b4..1473b723c 100644 --- a/deluge/plugins/extractor/setup.py +++ b/deluge/plugins/extractor/setup.py @@ -67,7 +67,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) ) -- cgit