fix LoadPixmap
[enigma2.git] / lib / python / Components / PluginComponent.py
index 44fe896a4e4884f3c88ca63866bc5a778b5fe272..590f428dd9e689ec35b804dbdf05f592ad093c98 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