1
0
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:
David Paleino
2011-12-08 22:45:58 +01:00
parent 292db57c97
commit c277831ddc
2 changed files with 2 additions and 3 deletions

View File

@@ -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: