mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
(Try to) Fix mismatch between clients code and DBus API, thanks to Anthony Vital
This commit is contained in:
@@ -747,7 +747,7 @@ class appGUI():
|
||||
iwconfig = wireless.GetIwconfig()
|
||||
else:
|
||||
iwconfig = ''
|
||||
essid = wireless.GetCurrentNetwork()
|
||||
essid = wireless.GetCurrentNetwork(iwconfig)
|
||||
stat = wireless.CheckWirelessConnectingMessage()
|
||||
return self.set_status("%s: %s" % (essid, stat), True)
|
||||
if wired_connecting:
|
||||
|
||||
Reference in New Issue
Block a user