X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67fb26cb89fc63d3a151756d87facc62c90b0e37..86fda4cfacce19566a0557375960d507e720afb6:/lib/python/Screens/Satconfig.py 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: