1
0
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:
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): 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