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:
1
edgy.py
1
edgy.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user