aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/PluginComponent.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/PluginComponent.py')
-rw-r--r--lib/python/Components/PluginComponent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py
index 44fe896a..590f428d 100644
--- a/lib/python/Components/PluginComponent.py
+++ b/lib/python/Components/PluginComponent.py
@@ -101,7 +101,7 @@ class PluginComponent:
def getPluginsForMenu(self, menuid):
res = [ ]
- for p in self.getPlugins(PluginDescriptor.WHERE_SETUP):
+ for p in self.getPlugins(PluginDescriptor.WHERE_MENU):
res += p(menuid)
return res