From 86fda4cfacce19566a0557375960d507e720afb6 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 21 Jul 2008 22:17:07 +0000 Subject: [PATCH 1/1] call saveAll from within def run... so now save connectedTo configEntries also working in startwizard --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2