fix typo
[enigma2.git] / lib / python / Screens / NetworkSetup.py
index 7c9dc8272b8aab0972cd3431a53d1c97b80212c3..619db4e1bbd269d7afc559e3a33559c91a51e7ff 100755 (executable)
@@ -629,7 +629,7 @@ class AdapterSetup(Screen, ConfigListScreen, HelpableScreen):
                if data is False:
                        self.close('ok')
                else:
-                       configuredInterfaces = configuredNetworkAdapters
+                       configuredInterfaces = iNetwork.getConfiguredAdapters()
                        for interface in configuredInterfaces:
                                if interface == self.iface:
                                        continue