summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wicd/files/wicd-9999-delay-daemon-connect.patch')
-rw-r--r--net-misc/wicd/files/wicd-9999-delay-daemon-connect.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/wicd/files/wicd-9999-delay-daemon-connect.patch b/net-misc/wicd/files/wicd-9999-delay-daemon-connect.patch
deleted file mode 100644
index 6c4aa38..0000000
--- a/net-misc/wicd/files/wicd-9999-delay-daemon-connect.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./gtk/wicd-client.py
-+++ ./gtk/wicd-client.py
-@@ -43,6 +43,7 @@
- import os
- import pango
- import atexit
-+import time
- from dbus import DBusException
-
- import pygtk
-@@ -984,6 +985,7 @@
- print "Can't connect to the daemon, trying to start it " + \
- "automatically..."
- misc.PromptToStartDaemon()
-+ time.sleep( 0.5 )
- try:
- dbusmanager.connect_to_dbus()
- except DBusException: