mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 23:22:27 +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):
|
||||
""" Returns the wired interface's status message. """
|
||||
if self.wired.connecting_thread:
|
||||
return _status_dict(self.CheckWiredConnectingStatus())
|
||||
return _status_dict[self.CheckWiredConnectingStatus()]
|
||||
else:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user