add 'weight' for menu entries (including plugins), so they can be sorted, patch by...
[vuplus_dvbapp] / lib / python / Plugins / SystemPlugins / SatelliteEquipmentControl / plugin.py
index 17f8fa2..6cf7c8f 100644 (file)
@@ -61,7 +61,7 @@ def SecSetupStart(menuid):
        # only show if DVB-S frontends are available
        for slot in nimmgr.nim_slots:
                if slot.isCompatible("DVB-S"):
-                       return [(_("Satellite Equipment Setup"), SecSetupMain, "satellite_equipment_setup")]
+                       return [(_("Satellite Equipment Setup"), SecSetupMain, "satellite_equipment_setup", None)]
 
        return [ ]