we don't need to call saveAll for keyCancel to work properly anymore
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 21 Jul 2008 09:54:32 +0000 (09:54 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 21 Jul 2008 09:54:32 +0000 (09:54 +0000)
since we added the saveAll to keySave. that should fix keyCancel again.

lib/python/Screens/Satconfig.py

index eb9de2f..a9bad42 100644 (file)
@@ -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)