X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/be97d632ac31d3dbc1477afd6144b7bbfac77ba7..788631e9d94a53a43fa127dcc2de4ce8fe05dca2:/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index 0e67fb62..cb64f9ac 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -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