display Satfinder, SatelliteEquipmentControl and PositionerSetup
[enigma2.git] / lib / python / Plugins / SystemPlugins / SatelliteEquipmentControl / plugin.py
index b9d3e4445bd47f2133834e882c24941e77ed2972..2c88bdad5c297922d3e21b0094542d3721185c78 100644 (file)
@@ -66,4 +66,7 @@ def SecSetupStart(menuid):
        return [ ]
 
 def Plugins(**kwargs):
-       return PluginDescriptor(name=_("Satellite Equipment Setup"), description="Setup your satellite equipment", where = PluginDescriptor.WHERE_SETUP, fnc=SecSetupStart)
+       if (nimmanager.hasNimType("DVB-S")):
+               return PluginDescriptor(name=_("Satellite Equipment Setup"), description="Setup your satellite equipment", where = PluginDescriptor.WHERE_SETUP, fnc=SecSetupStart)
+       else:
+               return []