Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (patch...
[vuplus_dvbapp] / lib / python / Plugins / SystemPlugins / SatelliteEquipmentControl / plugin.py
index faa9b05..77c4d0a 100644 (file)
@@ -67,6 +67,6 @@ def SecSetupStart(menuid):
 
 def Plugins(**kwargs):
        if (nimmgr.hasNimType("DVB-S")):
-               return PluginDescriptor(name=_("Satellite Equipment Setup"), description="Setup your satellite equipment", where = PluginDescriptor.WHERE_SETUP, fnc=SecSetupStart)
+               return PluginDescriptor(name=_("Satellite Equipment Setup"), description="Setup your satellite equipment", where = PluginDescriptor.WHERE_MENU, fnc=SecSetupStart)
        else:
                return []