From 521be41ccb6d99069edb9211e81333141d71d326 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 9 Jul 2008 16:52:48 +0000 Subject: [PATCH 1/1] save config entries after creating them for keyCancel to work properly --- lib/python/Screens/Satconfig.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2