diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-21 09:54:32 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-21 09:54:32 +0000 |
| commit | d3d307bdd570c94556dffb9fb74a10621e6a2d2d (patch) | |
| tree | a6c06e520a88113ea60a67a181ac046b8a911690 /lib/python | |
| parent | c811a6c46840ab5901d08849eb2fc19acdf1baae (diff) | |
| download | enigma2-d3d307bdd570c94556dffb9fb74a10621e6a2d2d.tar.gz enigma2-d3d307bdd570c94556dffb9fb74a10621e6a2d2d.zip | |
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.
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 0 insertions, 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) |
