aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Satconfig.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-09 16:52:48 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-09 16:52:48 +0000
commit521be41ccb6d99069edb9211e81333141d71d326 (patch)
treece7e3bcc54b21ccda2a1d16938c941c74556c8cc /lib/python/Screens/Satconfig.py
parent7dd0844fdd708087461076e4da1c6bc7328ec3de (diff)
downloadenigma2-521be41ccb6d99069edb9211e81333141d71d326.tar.gz
enigma2-521be41ccb6d99069edb9211e81333141d71d326.zip
save config entries after creating them for keyCancel to work properly
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index 7cb59b3e..3aabc0e1 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -332,6 +332,8 @@ class NimSetup(Screen, ConfigListScreen):
self.nimConfig = self.nim.config
self.createConfigMode()
self.createSetup()
+ # safeAll is needed, so that keyCancel works properly
+ self.saveAll()
def keyLeft(self):
ConfigListScreen.keyLeft(self)