From 2c22c1f1eab171b4a760365e501ee6313075e993 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 20 Jul 2008 19:49:08 +0000 Subject: [PATCH] we should call saveAll --- lib/python/Screens/Satconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index d2ff975b..eb9de2fb 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -291,6 +291,7 @@ 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: @@ -356,7 +357,7 @@ class NimSetup(Screen, ConfigListScreen): self.nimConfig.connectedTo.setChoices(choices) for x in self["config"].list: x[1].save() - + class NimSelection(Screen): def __init__(self, session): Screen.__init__(self, session) -- 2.30.2