1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 06:37:59 +01:00

Revert 576: it was properly fixed in 640

This commit is contained in:
David Paleino
2011-11-14 09:29:45 +01:00
parent 5963971a1a
commit 2f651538dc
4 changed files with 10 additions and 9 deletions

View File

@@ -747,7 +747,8 @@ class appGUI():
iwconfig = wireless.GetIwconfig()
else:
iwconfig = ''
essid, stat = wireless.CheckWirelessConnectingMessage()
essid = wireless.GetCurrentNetwork()
stat = wireless.CheckWirelessConnectingMessage()
return self.set_status("%s: %s" % (essid, stat), True)
if wired_connecting:
return self.set_status(_('Wired Network') +