summaryrefslogtreecommitdiff
path: root/x11/zenity/files/patch-src_notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/zenity/files/patch-src_notification.c')
-rw-r--r--x11/zenity/files/patch-src_notification.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/zenity/files/patch-src_notification.c b/x11/zenity/files/patch-src_notification.c
deleted file mode 100644
index 2acdb9b30bf2..000000000000
--- a/x11/zenity/files/patch-src_notification.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/notification.c.orig 2011-08-11 11:03:46.000000000 +0200
-+++ src/notification.c 2011-08-11 11:05:21.000000000 +0200
-@@ -184,10 +184,10 @@
- icon = freeme = g_filename_to_uri (icon_file, NULL, NULL);
- }
-
-- notif = notify_notification_new_with_status_icon (
-+ notif = notify_notification_new (
- message[0] /* title */,
- message[1] /* summary */,
-- icon, status_icon);
-+ icon);
-
- g_strfreev (message);
- g_free (freeme);