fix typo
authoracid-burn <acidburn@opendreambox.org>
Thu, 6 Nov 2008 09:14:43 +0000 (10:14 +0100)
committeracid-burn <acidburn@opendreambox.org>
Thu, 6 Nov 2008 09:14:43 +0000 (10:14 +0100)
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:
                if data is False:
                        self.close('ok')
                else:
-                       configuredInterfaces = configuredNetworkAdapters
+                       configuredInterfaces = iNetwork.getConfiguredAdapters()
                        for interface in configuredInterfaces:
                                if interface == self.iface:
                                        continue
                        for interface in configuredInterfaces:
                                if interface == self.iface:
                                        continue