aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
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 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):