diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-02-22 01:01:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-02-22 01:01:44 +0000 |
| commit | bc851c60af8c44be9d5b24637ce335a8abf20401 (patch) | |
| tree | 0ac984d501fa2944bca7de5485a1381c1bf60638 /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | |
| parent | fc16d1a92da577be87d04358b9dd42e34963a4ef (diff) | |
| download | enigma2-bc851c60af8c44be9d5b24637ce335a8abf20401.tar.gz enigma2-bc851c60af8c44be9d5b24637ce335a8abf20401.zip | |
add port pictures to the video wizard
lcd pics don't work yet
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
