aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-10-07 20:15:53 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-10-07 20:15:53 +0000
commitcc6908402d34d4633d3b27297bdbde3b9a94e403 (patch)
tree70012ae36040fd6e26ade044b94e7898ec4d6585 /lib/python
parent54ef04efc3501ce91db852139a820c2b219062f3 (diff)
downloadenigma2-cc6908402d34d4633d3b27297bdbde3b9a94e403.tar.gz
enigma2-cc6908402d34d4633d3b27297bdbde3b9a94e403.zip
add invalidate to eListboxPythonStringContent
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index 09acebdd..6313fb7f 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -49,6 +49,7 @@ class NimSetup(Screen):
#???
self["config"].list = self.list
self["config"].l.setList(self.list)
+ self["config"].l.invalidate()
def newConfig(self):
if self["config"].getCurrent()[0] == "Diseqcmode":