From cc6908402d34d4633d3b27297bdbde3b9a94e403 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 7 Oct 2005 20:15:53 +0000 Subject: add invalidate to eListboxPythonStringContent --- lib/python/Screens/Satconfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python') 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": -- cgit v1.2.3