From 4d1d7ab4619beef6a1b5ef5990fb5942da9358d8 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 11 Oct 2005 01:00:40 +0000 Subject: add additional argument to the configElement constructor to make configElements, that don't save themselves and use it in scan-setup --- lib/python/Screens/NetworkSetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens/NetworkSetup.py') diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 54330581..c99ee247 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -47,8 +47,8 @@ class NetworkSetup(Screen): self.newConfig() def keySave(self): - for x in self["config"].list: - x[1].save() + #for x in self["config"].list: + #x[1].save() self.close() def keyCancel(self): -- cgit v1.2.3