aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index eb9de2fb..a9bad427 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -336,8 +336,6 @@ class NimSetup(Screen, ConfigListScreen):
self.nimConfig = self.nim.config
self.createConfigMode()
self.createSetup()
- # safeAll is needed, so that keyCancel works properly
- ConfigListScreen.saveAll(self)
def keyLeft(self):
ConfigListScreen.keyLeft(self)