diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-26 16:12:39 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-26 16:12:39 +0000 |
| commit | f716f502baa8cf240f4ecbc915ab18116e804c14 (patch) | |
| tree | 96c80aa6c89ae0fb02bc330104d42f01f242c314 /lib/python/Plugins | |
| parent | fb583166e9735f6fcf9ee28136b86a940830784f (diff) | |
| download | enigma2-f716f502baa8cf240f4ecbc915ab18116e804c14.tar.gz enigma2-f716f502baa8cf240f4ecbc915ab18116e804c14.zip | |
disable tone before send diseqc command
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index 10fa02d3..09639559 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -373,6 +373,7 @@ class Diseqc: print "diseqc command:", print string cmd.setCommandString(string) + self.frontend.setTone(iDVBFrontend.toneOff) self.frontend.sendDiseqc(cmd) if string == 'e03160': #positioner stop sleep(0.05) |
