mirror of
https://github.com/gryf/wicd.git
synced 2025-12-23 06:37:59 +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:
@@ -647,5 +647,6 @@ def threaded(f):
|
||||
wrapper.__name__ = f.__name__
|
||||
wrapper.__dict__ = f.__dict__
|
||||
wrapper.__doc__ = f.__doc__
|
||||
wrapper.__module__ = f.__module__
|
||||
|
||||
return wrapper
|
||||
|
||||
Reference in New Issue
Block a user