aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-02-21 13:45:12 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-02-21 13:45:12 +0100
commit81a206b7c61609f51ad5b4f4420c6eb562b83804 (patch)
treebee11ce78a796114236ea406b64b43b1f09ce4c9 /lib/python/Plugins/SystemPlugins
parent4234e8e7dea4d32a0dc643042d7babf54982fda4 (diff)
parent2898c67ef32408ab8b8191294eee59e8784a4870 (diff)
downloadenigma2-81a206b7c61609f51ad5b4f4420c6eb562b83804.tar.gz
enigma2-81a206b7c61609f51ad5b4f4420c6eb562b83804.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
index 07861954..cbd6bc89 100644
--- a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
@@ -265,7 +265,7 @@ class DiseqcTester(Screen, TuneTest, ResultParser):
for sat in nimmanager.getSatListForNim(self.feid):
for transponder in nimmanager.getTransponders(sat[0]):
#print transponder
- mytransponder = (transponder[1] / 1000, transponder[2] / 1000, transponder[3], transponder[4], transponder[5], sat[0], None, None, transponder[10], transponder[11])
+ mytransponder = (transponder[1] / 1000, transponder[2] / 1000, transponder[3], transponder[4], transponder[7], sat[0], transponder[5], transponder[6], transponder[8], transponder[9], transponder[10], transponder[11])
self.analyseTransponder(mytransponder)
def getIndexForTransponder(self, transponder):