From: Andreas Monzner Date: Sat, 28 Oct 2006 14:25:41 +0000 (+0000) Subject: fix X-Git-Tag: 2.6.0~2827 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/2b4878cea6145fe231e7492fe72d3c89acf8be6f?hp=a8aff306c890d172d79f701af7a98d508a6f1f28 fix --- diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index 46e5e63b..4e620758 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -430,8 +430,7 @@ class TunerScreen(ScanSetup): ScanSetup.createConfig(self, None) def tuningSatChanged(self, *parm): - if tuning.type.value == "predefined_transponder": - self.updateTransponders() + self.updateTransponders() def updateTransponders(self): if len(tuning.sat.choices):