aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/PositionerSetup
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-28 14:25:41 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-28 14:25:41 +0000
commit2b4878cea6145fe231e7492fe72d3c89acf8be6f (patch)
tree633bfaaa915de1b1f27fb39161a1aae3087adb5e /lib/python/Plugins/SystemPlugins/PositionerSetup
parenta8aff306c890d172d79f701af7a98d508a6f1f28 (diff)
downloadenigma2-2b4878cea6145fe231e7492fe72d3c89acf8be6f.tar.gz
enigma2-2b4878cea6145fe231e7492fe72d3c89acf8be6f.zip
fix
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/PositionerSetup')
-rw-r--r--lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py3
1 files changed, 1 insertions, 2 deletions
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):