From: Stefan Pluecken Date: Fri, 6 Nov 2009 16:22:39 +0000 (+0100) Subject: fixes bug #258 X-Git-Tag: 2.7.0~55^2~2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/56068e5ec25361c2a06eb9f0133eeebb32cf44c1?ds=sidebyside fixes bug #258 some beautification of PositionerSetup code regarding the ConfigSatlist sorting --- diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index fa533c0b..ea62550b 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -484,8 +484,8 @@ class TunerScreen(ScanSetup): self.updateTransponders() def updateTransponders(self): - if len(tuning.sat.choices): - transponderlist = nimmanager.getTransponders(int(tuning.sat.value)) + if len(tuning.sat.satList): + transponderlist = nimmanager.getTransponders(tuning.sat.orbital_position) tps = [] cnt=0 for x in transponderlist: