use single argument only
[vuplus_dvbapp] / lib / python / Components / RFmod.py
index 65adf7c..881ac28 100644 (file)
@@ -43,7 +43,7 @@ def InitRFmod():
        def setSoundCarrier(configElement):
                iRFmod.setSoundCarrier(configElement.value);
        def setChannel(configElement):
-               iRFmod.setChannel(configElement.value +  30);
+               iRFmod.setChannel(configElement.value + RFMOD_CHANNEL_MIN);
        def setFinetune(configElement):
                iRFmod.setFinetune(configElement.value - 5);