diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-03-10 21:54:24 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-03-10 21:54:24 +0000 |
| commit | ba160cb23024029aac5b35aba554aaf0ac59c072 (patch) | |
| tree | f437bf446d52a9a2ddcaffb14c1fd03df566478e /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | |
| parent | 9f9398866adac30930d3d485e03d7810309461a9 (diff) | |
| download | enigma2-ba160cb23024029aac5b35aba554aaf0ac59c072.tar.gz enigma2-ba160cb23024029aac5b35aba554aaf0ac59c072.zip | |
fix typo
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index d73610a5..ade2035d 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -127,8 +127,8 @@ class VideoHardware: mode_60 = mode_50 try: - open("/proc/stb/video/videomode_60hz", "w").write(mode_50) - open("/proc/stb/video/videomode_50hz", "w").write(mode_60) + open("/proc/stb/video/videomode_50hz", "w").write(mode_50) + open("/proc/stb/video/videomode_60hz", "w").write(mode_60) except IOError: try: # fallback if no possibility to setup 50/60 hz mode |
