diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-01-24 21:40:11 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-01-24 21:40:11 +0000 |
| commit | dcc4a84bbe28965292b92a0242d9c68e6e0dbba8 (patch) | |
| tree | c324ebb22487532a9615020c8b3b68127aadcb28 /lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | |
| parent | edf2e7b1a646ca0a35ac2bc92e97a4b4b29c74f7 (diff) | |
| download | enigma2-dcc4a84bbe28965292b92a0242d9c68e6e0dbba8.tar.gz enigma2-dcc4a84bbe28965292b92a0242d9c68e6e0dbba8.zip | |
disable preferred_modes stuff for now, implement hotplug (but disable it)
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index f0fe1403..45ff6f0c 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -86,4 +86,4 @@ class VideoWizard(Wizard): print "rateSelectionMade:", index def rateSelectionMoved(self): - print "selection moved:", self.selection
\ No newline at end of file + print "selection moved:", self.selection |
