From d3d307bdd570c94556dffb9fb74a10621e6a2d2d Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 21 Jul 2008 09:54:32 +0000 Subject: [PATCH] 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. --- lib/python/Screens/Satconfig.py | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.30.2