From bc851c60af8c44be9d5b24637ce335a8abf20401 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 22 Feb 2008 01:01:44 +0000 Subject: add port pictures to the video wizard lcd pics don't work yet --- lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py') diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index 9defb9eb..177cbd09 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -153,6 +153,7 @@ class VideoHardware: # get a list with all modes, with all rates, for a given port. def getModeList(self, port): + print "getModeList for port", port res = [ ] for mode in self.modes[port]: # list all rates which are completely valid -- cgit v1.2.3