diff options
Diffstat (limited to 'irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c')
-rw-r--r-- | irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c b/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c deleted file mode 100644 index 330ea57e8..000000000 --- a/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/notify-osd/notify-osd.c.orig 2011-06-26 13:22:24.000000000 +0200 -+++ plugins/notify-osd/notify-osd.c 2011-06-26 13:22:41.000000000 +0200 -@@ -67,7 +67,7 @@ - gchar *escaped; - - escaped = g_markup_escape_text (message, strlen(message)); -- notify = notify_notification_new (summary, escaped, NULL, NULL); -+ notify = notify_notification_new (summary, escaped, NULL); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL); - notify_notification_set_icon_from_pixbuf (notify, notify_icon); - if (!notify_notification_show (notify, &error)) { |