mirror of
https://github.com/gryf/wicd.git
synced 2026-03-14 05:35:49 +01:00
Fix some issues with the GUI statusbar being incorrect.
Make wicd-client more tolerant of dbus exceptions. Disconnect from both managed interfaces before making a connection.
This commit is contained in:
@@ -71,6 +71,7 @@ def abortable(func):
|
||||
wrapper.__name__ = func.__name__
|
||||
wrapper.__dict__ = func.__dict__
|
||||
wrapper.__doc__ = func.__doc__
|
||||
wrapper.__module = func.__module__
|
||||
return wrapper
|
||||
|
||||
def get_backend_list():
|
||||
|
||||
Reference in New Issue
Block a user