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:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user