order InputChannel list.. (DVI, Scart, YPbPr)
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / VideoWizard.py
index 0e67fb626ae8f0c0a15c7478886cda1ddcaf2494..cb64f9acfb661610f549da169a31b065acff2030 100644 (file)
@@ -79,6 +79,7 @@ class VideoWizard(Wizard):
                for port in self.hw.getPortList():
                        if self.hw.isPortUsed(port):
                                list.append((port,port))
+               list.sort(key = lambda x: x[0])
                print "listInputChannels:", list
                return list