From: Stefan Pluecken Date: Mon, 21 Jul 2008 09:54:32 +0000 (+0000) Subject: we don't need to call saveAll for keyCancel to work properly anymore X-Git-Tag: 2.6.0~1011 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d3d307bdd570c94556dffb9fb74a10621e6a2d2d?ds=sidebyside we don't need to call saveAll for keyCancel to work properly anymore since we added the saveAll to keySave. that should fix keyCancel again. --- 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)