1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-06 05:44:18 +01:00

Checkpoint for work on getting reasons for connection failure back up to the UI.

This commit is contained in:
Dan O'Reilly
2008-12-21 00:19:18 -05:00
parent 69d2cd2d77
commit a82b53309e
4 changed files with 124 additions and 58 deletions

View File

@@ -146,6 +146,8 @@ class ConnectionStatus(object):
state = misc.CONNECTING
self.update_state(state)
return True
daemon.SendConnectResultsIfAvail()
# Check for wired.
wired_ip = wired.GetWiredIP("")