X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FInputDeviceSetup.py;h=aec66c44a311c91cbb3516d6989713efb6453c33;hp=bd8550b82513098bad11c5594b50e94060b3ca02;hb=HEAD;hpb=ef8469a63bbe601f4e1ac0bb68226e25070a1ce4 diff --git a/lib/python/Screens/InputDeviceSetup.py b/lib/python/Screens/InputDeviceSetup.py index bd8550b..aec66c4 100755 --- a/lib/python/Screens/InputDeviceSetup.py +++ b/lib/python/Screens/InputDeviceSetup.py @@ -52,7 +52,7 @@ class InputDeviceSelection(Screen,HelpableScreen): self["key_blue"] = StaticText("") self["introduction"] = StaticText(self.edittext) - self.devices = [(iInputDevices.getDeviceName(x),x) for x in iInputDevices.getDeviceList()] + self.devices = [(iInputDevices.getDeviceName(x)[9:],x) for x in iInputDevices.getDeviceList()] print "[InputDeviceSelection] found devices :->", len(self.devices),self.devices self["OkCancelActions"] = HelpableActionMap(self, "OkCancelActions", @@ -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: