X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FScreens%2FInputDeviceSetup.py;h=c465f281b76139b7baea6906a48398c1b29e4de5;hb=36cca1d3f31265929ef3443999ab7fd242b4dae5;hp=bd8550b82513098bad11c5594b50e94060b3ca02;hpb=5fc72d747469d805943e5310dcc6bc9e748300e6;p=vuplus_dvbapp diff --git a/lib/python/Screens/InputDeviceSetup.py b/lib/python/Screens/InputDeviceSetup.py index bd8550b..c465f28 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",