summaryrefslogtreecommitdiff
path: root/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/uevt/files/uevt-2.3-vala-0.24.patch')
-rw-r--r--sys-apps/uevt/files/uevt-2.3-vala-0.24.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch b/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch
deleted file mode 100644
index 9cb0917b180..00000000000
--- a/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/509512
-
---- src/uevt-notify.vala
-+++ src/uevt-notify.vala
-@@ -51,7 +51,7 @@
- if(notify != true)
- return;
-
-- Notification notif = new Notification(head, Markup.escape_text(body), icon);
-+ Notify.Notification notif = new Notify.Notification(head, Markup.escape_text(body), icon);
-
- try {
- notif.show();