1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-12 12:35:49 +01:00

Make sure it's possible to stop a dhcp client that's in the process of getting a lease.

Have gui.py trigger connection status updates every .5 seconds if in a connecting state.
Fix typo in wicd-client.py
This commit is contained in:
Dan O'Reilly
2009-02-11 20:55:02 -05:00
parent 7ee121c15e
commit bae95355d7
6 changed files with 35 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ def catchdbus(func):
try:
return func(*args, **kwargs)
except DBusException, e:
print "warning: ignoring exception %s" % egg
print "warning: ignoring exception %s" % e
return None
wrapper.__name__ = func.__name__
wrapper.__module__ = func.__module__