1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Removed sleep time in autoreconnect in stable (it would sometimes make it impossible to open the GUI), removed sleep time and altered autoreconnect behavior in experimental. (Try #3)

This commit is contained in:
imdano
2007-07-09 09:38:45 +00:00
parent 4e564bdc70
commit 4a2dc331f5

View File

@@ -144,7 +144,6 @@ def set_signal_image():
config.EnableLogging() config.EnableLogging()
return True return True
class TrackerStatusIcon(gtk.StatusIcon): class TrackerStatusIcon(gtk.StatusIcon):
def __init__(self): def __init__(self):
gtk.StatusIcon.__init__(self) gtk.StatusIcon.__init__(self)