mirror of
https://github.com/gryf/wicd.git
synced 2026-01-08 23:04:19 +01:00
Fix brown-paper-bag bug, causing lots of troubles
This commit is contained in:
@@ -1388,7 +1388,7 @@ class WiredDaemon(dbus.service.Object):
|
|||||||
def CheckWiredConnectingMessage(self):
|
def CheckWiredConnectingMessage(self):
|
||||||
""" Returns the wired interface's status message. """
|
""" Returns the wired interface's status message. """
|
||||||
if self.wired.connecting_thread:
|
if self.wired.connecting_thread:
|
||||||
return _status_dict(self.CheckWiredConnectingStatus())
|
return _status_dict[self.CheckWiredConnectingStatus()]
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user