From 4a2dc331f5902ad1cc3ac92eb62e33093a68c6bd Mon Sep 17 00:00:00 2001 From: imdano <> Date: Mon, 9 Jul 2007 09:38:45 +0000 Subject: [PATCH] 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) --- edgy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/edgy.py b/edgy.py index 406efc5..f70ba0a 100755 --- a/edgy.py +++ b/edgy.py @@ -144,7 +144,6 @@ def set_signal_image(): config.EnableLogging() return True - class TrackerStatusIcon(gtk.StatusIcon): def __init__(self): gtk.StatusIcon.__init__(self)