summaryrefslogtreecommitdiff
path: root/x11/xfce4-settings/patches/patch-xfce4-settings-helper_accessibility.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-settings/patches/patch-xfce4-settings-helper_accessibility.c')
-rw-r--r--x11/xfce4-settings/patches/patch-xfce4-settings-helper_accessibility.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/xfce4-settings/patches/patch-xfce4-settings-helper_accessibility.c b/x11/xfce4-settings/patches/patch-xfce4-settings-helper_accessibility.c
deleted file mode 100644
index f4c193266d3..00000000000
--- a/x11/xfce4-settings/patches/patch-xfce4-settings-helper_accessibility.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-xfce4-settings-helper_accessibility.c,v 1.1 2013/08/16 07:42:55 obache Exp $
-
-* for libnotify-0.7 API change
-
---- xfce4-settings-helper/accessibility.c.orig 2010-05-21 17:05:32.000000000 +0000
-+++ xfce4-settings-helper/accessibility.c
-@@ -417,7 +417,7 @@ xfce_accessibility_helper_notification_s
- if (helper->notification == NULL)
- {
- /* create a new notification */
-- helper->notification = notify_notification_new (summary, body, "keyboard", NULL);
-+ helper->notification = notify_notification_new (summary, body, "keyboard");
-
- /* close signal */
- g_signal_connect (G_OBJECT (helper->notification), "closed", G_CALLBACK (xfce_accessibility_helper_notification_closed), helper);