aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-27 22:12:01 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-27 22:12:01 +0000
commitc79951ddeafc155b4e213be78f26602c1b26bb3c (patch)
tree4097e143dfb8b7e71735fdf9bea5fd087197b59e /lib/python/Plugins
parent4aa179b316688261d40fbb29a4b0532ed10ac983 (diff)
downloadenigma2-c79951ddeafc155b4e213be78f26602c1b26bb3c.tar.gz
enigma2-c79951ddeafc155b4e213be78f26602c1b26bb3c.zip
fix typo
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
index bd1b4d10..8f47033f 100644
--- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
@@ -255,7 +255,7 @@ class PositionerSetup(Screen):
self.diseqccommand("moveEast", 0xFF) # one step
elif entry == "storage":
print "move to position", int(self.positioner_storage.value)
- self.diseqccommand("moveTo", int(self.positioner_storage.value)
+ self.diseqccommand("moveTo", int(self.positioner_storage.value))
elif entry == "limits":
self.diseqccommand("limitEast")
#