diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 1 |
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": |
