diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-01 19:39:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-01 19:39:33 +0100 |
| commit | 78329e83433e005aa3d4e6a6f0d526ec2bb9b8f6 (patch) | |
| tree | dc1aa7f7c77336b3512b5a662a8c35bcc91f7758 /lib/python/Plugins | |
| parent | 31037f2bac27fb9a592d63a09e1e9ef2792f8e7e (diff) | |
| parent | f9ebb7117c782cd7687523abc8bdccfe8153290e (diff) | |
| download | enigma2-78329e83433e005aa3d4e6a6f0d526ec2bb9b8f6.tar.gz enigma2-78329e83433e005aa3d4e6a6f0d526ec2bb9b8f6.zip | |
Merge branch 'bug_321_fix_rotor_turning_after_leave_positioner_setup' into experimental
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 fa533c0b..3cc9e751 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -77,7 +77,7 @@ class PositionerSetup(Screen): self.frontendStatus = { } self.diseqc = Diseqc(self.frontend) - self.tuner = Tuner(self.frontend) + self.tuner = Tuner(self.frontend, True) #True means we dont like that the normal sec stuff sends commands to the rotor! tp = ( cur.get("frequency", 0) / 1000, cur.get("symbol_rate", 0) / 1000, |
