aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-03-10 21:54:24 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-03-10 21:54:24 +0000
commitba160cb23024029aac5b35aba554aaf0ac59c072 (patch)
treef437bf446d52a9a2ddcaffb14c1fd03df566478e /lib/python/Plugins
parent9f9398866adac30930d3d485e03d7810309461a9 (diff)
downloadenigma2-ba160cb23024029aac5b35aba554aaf0ac59c072.tar.gz
enigma2-ba160cb23024029aac5b35aba554aaf0ac59c072.zip
fix typo
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py4
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