summaryrefslogtreecommitdiffstats
path: root/accessibility/at-spi2-core/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-07 17:01:53 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-07 17:01:53 +0800
commit122cf41f860e51a1694e1447f7a7f8ac525b0a9d (patch)
tree9abb967c0ec420f5f0346430a464b964ab5f8cc8 /accessibility/at-spi2-core/files
parent45e1df607c66d5e2d7c4db4297faaf9af56ce06d (diff)
downloadmarcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.tar
marcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.tar.gz
marcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.tar.bz2
marcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.tar.lz
marcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.tar.xz
marcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.tar.zst
marcuscom-ports-122cf41f860e51a1694e1447f7a7f8ac525b0a9d.zip
Update to 2.6.0.
Use new Makefile header format. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-core/files')
-rw-r--r--accessibility/at-spi2-core/files/patch-registeryd_deviceeventcontroller.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/accessibility/at-spi2-core/files/patch-registeryd_deviceeventcontroller.c b/accessibility/at-spi2-core/files/patch-registeryd_deviceeventcontroller.c
deleted file mode 100644
index a21891966..000000000
--- a/accessibility/at-spi2-core/files/patch-registeryd_deviceeventcontroller.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- registryd/deviceeventcontroller.c.orig 2012-06-29 10:32:08.000000000 +0200
-+++ registryd/deviceeventcontroller.c 2012-06-29 10:33:19.000000000 +0200
-@@ -1225,11 +1225,11 @@
- "org.freedesktop.DBus.Peer",
- "Ping");
- if (!message)
-- return;
-+ return NULL;
- dbus_connection_send_with_reply (bus, message, &pending, -1);
- dbus_message_unref (message);
- if (!pending)
-- return;
-+ return NULL;
- bus_name_dup = g_strdup (dest);
- dbus_pending_call_set_notify (pending, reset_hung_process_from_ping,
- bus_name_dup, NULL);