honor horizontal alignment also when a mark is present
[enigma2.git] / lib / python / Components / RFmod.py
index 65adf7c9bc205a772822b68cad672b43c39853c9..881ac28dbbf8c10846970ab2114d445f8a188ad0 100644 (file)
@@ -43,7 +43,7 @@ def InitRFmod():
        def setSoundCarrier(configElement):
                iRFmod.setSoundCarrier(configElement.value);
        def setChannel(configElement):
        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);
 
        def setFinetune(configElement):
                iRFmod.setFinetune(configElement.value - 5);