From: Stefan Pluecken Date: Wed, 9 Jul 2008 16:52:48 +0000 (+0000) Subject: save config entries after creating them for keyCancel to work properly X-Git-Tag: 2.6.0~1061 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/521be41ccb6d99069edb9211e81333141d71d326 save config entries after creating them for keyCancel to work properly --- 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)