summaryrefslogtreecommitdiff
path: root/x11/gnome-session/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-session/patches/patch-ae')
-rw-r--r--x11/gnome-session/patches/patch-ae16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/gnome-session/patches/patch-ae b/x11/gnome-session/patches/patch-ae
deleted file mode 100644
index c8fd35e1321..00000000000
--- a/x11/gnome-session/patches/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2004/12/08 02:13:39 taca Exp $
-
---- gnome-session/manager.c.orig Fri Oct 1 19:13:23 2004
-+++ gnome-session/manager.c
-@@ -1042,9 +1042,10 @@ no_response_warning (gpointer data)
-
- if (interact_ping_replied)
- {
-+ IceConn ice_conn;
- gsm_verbose ("have interact_list; sending ping with data to client %p\n", client);
- print_client (client);
-- IceConn ice_conn = SmsGetIceConnection (client->connection);
-+ ice_conn = SmsGetIceConnection (client->connection);
- interact_ping_replied = FALSE;
- IcePing (ice_conn, interact_ping_reply, (IcePointer)client);
- }