From: Andreas Monzner Date: Mon, 21 Jul 2008 22:17:07 +0000 (+0000) Subject: call saveAll from within def run... so now save connectedTo configEntries X-Git-Tag: 2.6.0~1002 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/86fda4cfacce19566a0557375960d507e720afb6?ds=sidebyside call saveAll from within def run... so now save connectedTo configEntries also working in startwizard --- 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: