1
0
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:
David Paleino
2011-12-08 23:17:36 +01:00
parent c277831ddc
commit f22d3cd601

View File

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