X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2FVideoWizard.py;h=d8334dcc7d087d6b6e96cb84e3db52afa38251bf;hp=97038e956fa228736e0f1b420555826a9c9cf293;hb=bb86afd81b9da2d46d53e12318af3035b23ba787;hpb=b0a3576ead32c0be4a72904b64b5d68653fa6a24 diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index 97038e9..d8334dc 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -77,7 +77,7 @@ class VideoWizard(WizardLanguage, Rc): def modeList(self): list = [ ] for mode in self.video_cfg.getModeList(self.port): - list.append( (mode, mode)) + list.append( (mode[0], mode[0])) return list