aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-10-07 23:59:17 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-10-07 23:59:17 +0000
commit538edf5d148615f66a5f76fd64d6f19ded69d862 (patch)
treef6441ddb6ad12674adf52a082495c4dc066da8a2 /lib/python
parentcc6908402d34d4633d3b27297bdbde3b9a94e403 (diff)
downloadenigma2-538edf5d148615f66a5f76fd64d6f19ded69d862.tar.gz
enigma2-538edf5d148615f66a5f76fd64d6f19ded69d862.zip
setList() will invalidate itself
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index 6313fb7f..fa5f44b3 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -46,10 +46,8 @@ class NimSetup(Screen):
else:
print "FIXME: implement advanced mode"
- #???
self["config"].list = self.list
self["config"].l.setList(self.list)
- self["config"].l.invalidate()
def newConfig(self):
if self["config"].getCurrent()[0] == "Diseqcmode":