diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-21 22:17:07 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-21 22:17:07 +0000 |
| commit | 86fda4cfacce19566a0557375960d507e720afb6 (patch) | |
| tree | e43838fcc51a8ed813a8d93771bfb3d752c584fe /lib/python/Screens/Satconfig.py | |
| parent | 67fb26cb89fc63d3a151756d87facc62c90b0e37 (diff) | |
| download | enigma2-86fda4cfacce19566a0557375960d507e720afb6.tar.gz enigma2-86fda4cfacce19566a0557375960d507e720afb6.zip | |
call saveAll from within def run... so now save connectedTo configEntries
also working in startwizard
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 22b80f62..7d449658 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -200,6 +200,7 @@ class NimSetup(Screen, ConfigListScreen): x[1].value = int(mktime(dt.timetuple())) x[1].save() nimmanager.sec.update() + self.saveAll() def fillListWithAdvancedSatEntrys(self, Sat): currLnb = self.nimConfig.advanced.lnb[int(Sat.lnb.value)] @@ -291,7 +292,6 @@ class NimSetup(Screen, ConfigListScreen): self.unconfed_sats = old_configured_sats - new_configured_sats self.satpos_to_remove = None self.deleteConfirmed(False) - self.saveAll() def deleteConfirmed(self, confirmed): if confirmed: |
