Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 16 Nov 2009 10:04:28 +0000 (11:04 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 16 Nov 2009 10:04:28 +0000 (11:04 +0100)
lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py

index 3759c21af13e4f66bde3e1c2af8fffc1cf31144a..cd1529aabad25d0582791c326110eb3f09bf3218 100644 (file)
@@ -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