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:
@@ -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') +
|
||||
|
||||
Reference in New Issue
Block a user