diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-03-02 19:58:40 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-03-02 19:58:40 +0000 |
| commit | 981ea0ab0bc77f156ed43f2e028ffbc806f68b54 (patch) | |
| tree | e47f28a92a546b1f281ca97228024edcc495ca48 /lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | |
| parent | 4ea4f33a6a0382249996c4dae4db31ae2e059dbb (diff) | |
| download | enigma2-981ea0ab0bc77f156ed43f2e028ffbc806f68b54.tar.gz enigma2-981ea0ab0bc77f156ed43f2e028ffbc806f68b54.zip | |
store video setup after finishing video wizard
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 681a6633..cb7d41ed 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -117,6 +117,9 @@ self.rateSelect("50Hz") </code> </step> <step id="end"> + <code> +self.hw.saveMode(self.port, self.mode, self.rate) + </code> <text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" /> <!--text value="You have successfully finished the video setup. If you want to change the settings later, you can do this in the settings menu."/--> <displaytext value="No picture on TV? Press EXIT and retry." /> |
