From 981ea0ab0bc77f156ed43f2e028ffbc806f68b54 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 2 Mar 2008 19:58:40 +0000 Subject: store video setup after finishing video wizard --- lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py') 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): -- cgit v1.2.3