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-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=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 7cb59b3..3aabc0e 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)