add additional argument to the configElement constructor to make configElements,...
[vuplus_dvbapp] / lib / python / Screens / NetworkSetup.py
index 5433058..c99ee24 100644 (file)
@@ -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):