From: Stefan Pluecken Date: Sun, 20 Jul 2008 19:49:08 +0000 (+0000) Subject: we should call saveAll X-Git-Tag: 2.6.0~1013 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/2c22c1f1eab171b4a760365e501ee6313075e993?ds=inline we should call saveAll --- 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)