diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-27 22:12:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-27 22:12:01 +0000 |
| commit | c79951ddeafc155b4e213be78f26602c1b26bb3c (patch) | |
| tree | 4097e143dfb8b7e71735fdf9bea5fd087197b59e /lib/python/Plugins | |
| parent | 4aa179b316688261d40fbb29a4b0532ed10ac983 (diff) | |
| download | enigma2-c79951ddeafc155b4e213be78f26602c1b26bb3c.tar.gz enigma2-c79951ddeafc155b4e213be78f26602c1b26bb3c.zip | |
fix typo
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py | 2 |
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") # |
