]> git.pld-linux.org Git - packages/xchat-gnome.git/blame - xchat-gnome-notify.patch
- release 10 (by relup.sh)
[packages/xchat-gnome.git] / xchat-gnome-notify.patch
CommitLineData
2aea07a0
LG
1--- xchat-gnome-0.26.1/plugins/notify-osd/notify-osd.c~ 2008-09-07 15:18:27.000000000 +0200
2+++ xchat-gnome-0.26.1/plugins/notify-osd/notify-osd.c 2013-04-14 14:36:40.000000000 +0200
3@@ -67,7 +67,7 @@
4 gchar *escaped;
5
6 escaped = g_markup_escape_text (message, strlen(message));
7- notify = notify_notification_new (summary, escaped, NULL, NULL);
8+ notify = notify_notification_new (summary, escaped, NULL);
9 notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
10 notify_notification_set_icon_from_pixbuf (notify, notify_icon);
11 if (!notify_notification_show (notify, &error)) {
This page took 0.094152 seconds and 4 git commands to generate.