From 576d984af876f4b2ca96add34ccb14bbe1a436a7 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Wed, 9 Nov 2005 13:37:16 +0000 Subject: call nimmanager->update() --- 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 49de8c82..7ed34cf0 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -65,6 +65,7 @@ class NimSetup(Screen): def keySave(self): for x in self["config"].list: x[1].save() + nimmanager.sec.update() self.close() def keyCancel(self): -- cgit v1.2.3