1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-16 14:05:45 +01:00

Change "Advanced Settings" to "Properties"

Remove some unneeded debugging output.
Replace gobject.timeout_add_seconds / gobject.timeout_add if/else logic with calls to a misc.timeout_add method that does it internally.
Only display the dbus lost error message if dbus has been gone for 5 seconds without coming back.
This commit is contained in:
Dan O'Reilly
2009-02-10 00:58:11 -05:00
parent 896510324d
commit 30b59d1a59
7 changed files with 30 additions and 40 deletions

View File

@@ -254,7 +254,6 @@ class ConnectThread(threading.Thread):
"""
is_connecting = None
connecting_thread = None
should_die = False
lock = thread.allocate_lock()