Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (patch...
[vuplus_dvbapp] / lib / python / Components / PluginComponent.py
index 44fe896..590f428 100644 (file)
@@ -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