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.py | |
| 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.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index b4223b5f..0e67fb62 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -62,6 +62,7 @@ class VideoWizard(Wizard): self.port = None self.mode = None + self.rate = None def createSummary(self): @@ -135,6 +136,7 @@ class VideoWizard(Wizard): def rateSelectionMade(self, index): print "rateSelectionMade:", index + self.rate = index self.rateSelect(index) def rateSelectionMoved(self): |
