aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rwxr-xr-xlib/python/Screens/NetworkSetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py
index 7c9dc827..619db4e1 100755
--- a/lib/python/Screens/NetworkSetup.py
+++ b/lib/python/Screens/NetworkSetup.py
@@ -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