1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00

Show correct ESSID during connection, thanks to Jonatan! (LP: #755745)

This commit is contained in:
David Paleino
2011-11-13 07:57:12 +01:00
parent 54ac41549a
commit 9512ec0506

View File

@@ -658,6 +658,8 @@ class Wireless(Controller):
The name of the currently connected network.
"""
if self.connecting_thread and self.connecting_thread.is_connecting:
return self.connecting_thread.network['essid']
return self.wiface.GetCurrentNetwork(iwconfig)
def GetBSSID(self):