X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FInputDeviceSetup.py;h=c465f281b76139b7baea6906a48398c1b29e4de5;hp=bd8550b82513098bad11c5594b50e94060b3ca02;hb=841bc3b1be82929ebed8d18ea16c08690aa3c42e;hpb=7da3c6b5bc7f55569e214a02645ea69fd6662dad 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",