diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 11:13:52 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 11:13:52 +0100 |
| commit | b0332cff6d1120f3b84696ce6b33a185bcda88e9 (patch) | |
| tree | a9737f8c0326ecd4828eb54d35e10e1739feb025 /lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | |
| parent | 5a02c1ec2dd264366daf9988e436196241b6472d (diff) | |
| parent | df11647105be3033f3f6222ed83f69b0a1c3c3df (diff) | |
| download | enigma2-b0332cff6d1120f3b84696ce6b33a185bcda88e9.tar.gz enigma2-b0332cff6d1120f3b84696ce6b33a185bcda88e9.zip | |
Merge branch 'bug_262_no_more_ask_50hz' into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 29ac4297..5dea661d 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -20,7 +20,7 @@ self.selectKey("DOWN") self["portpic"].hide() </code> </step> - <step id="rateselection" nextstep="dvirateintroduction" timeout="20" timeoutaction="selectnext"> + <step id="rateselection" nextstep="end" timeout="20" timeoutaction="selectnext"> <condition> self.condition = (self.port != "DVI" or self.mode == "PC") </condition> @@ -33,7 +33,7 @@ self.selectKey("UP") self.selectKey("DOWN") </code> </step> - <step id="dvirateintroduction" nextstep="dvirateselection"> + <!--step id="dvirateintroduction" nextstep="dvirateselection"> <condition> self.condition = (self.port == "DVI" and self.mode in ["720p", "1080i"]) </condition> @@ -89,7 +89,7 @@ self.selectKey("UP") self.selectKey("DOWN") self.rateSelect("50Hz") </code> - </step> + </step--> <step id="end"> <code> self.hw.saveMode(self.port, self.mode, self.rate) |
