Support turbo2.
[vuplus_dvbapp] / lib / python / Screens / InputDeviceSetup.py
index c465f28..aec66c4 100755 (executable)
@@ -87,7 +87,7 @@ class InputDeviceSelection(Screen,HelpableScreen):
                enabled = iInputDevices.getDeviceAttribute(device, 'enabled')
 
                if type == 'remote':
-                       if config.misc.rcused.value == 0:
+                       if config.misc.rcused.value != 1:
                                if enabled:
                                        devicepng = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, "skin_default/icons/input_rcnew-configured.png"))
                                else: