Merge branch 'vuplus_experimental' of /opt/repository/enigma2 into vuplus_experimental
authorChang.H.S <jhs@dev3>
Thu, 7 Jul 2011 05:47:35 +0000 (14:47 +0900)
committerChang.H.S <jhs@dev3>
Thu, 7 Jul 2011 05:47:35 +0000 (14:47 +0900)
lib/python/Plugins/SystemPlugins/WirelessLanSetup/plugin.py

index 0567187..daeb389 100755 (executable)
@@ -537,7 +537,7 @@ class WlanConfig(Screen, ConfigListScreen, HelpableScreen):
                        list = data.splitlines()
                        for x in list:
                                xx = x.lstrip()
-                               if xx.startswith('ESSID:') and len(xx)>8:
+                               if xx.startswith('ESSID:') and len(xx)>8 and xx[7:-1]not in self.apList:
                                        self.apList.append(xx[7:-1])
                        self.apList.append('Input hidden ESSID')
 #                      print "###### selectap : ",selectap