From: ghost Date: Fri, 20 Nov 2009 11:42:05 +0000 (+0100) Subject: Merge branch 'master' into experimental X-Git-Tag: 3.0.0~28^2~66^2~179 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e90006f23e9a87b65a3fbb8b5abf5f6b4432817c?hp=47632b77b9955576d6b1352f337b2a86bd480695 Merge branch 'master' into experimental --- diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index 3759c21a..cd1529aa 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -84,7 +84,8 @@ class VideoWizard(WizardLanguage, Rc): descr = port if descr == 'DVI' and hw_type == 'dm500hd': descr = 'HDMI' - list.append((descr,port)) + if port != "DVI-PC": + list.append((descr,port)) list.sort(key = lambda x: x[0]) print "listInputChannels:", list return list