From: acid-burn Date: Thu, 6 Nov 2008 09:14:43 +0000 (+0100) Subject: fix typo X-Git-Tag: 2.6.0~631 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9519fb597efae0d6ba27d2d140285358fcb94979 fix typo --- 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