diff options
Diffstat (limited to 'mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c')
-rw-r--r-- | mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c b/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c new file mode 100644 index 000000000..e713de004 --- /dev/null +++ b/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c @@ -0,0 +1,11 @@ +--- calendar/gui/alarm-notify/alarm-queue.c.orig 2011-03-07 20:53:40.000000000 +0100 ++++ calendar/gui/alarm-notify/alarm-queue.c 2011-03-07 20:53:50.000000000 +0100 +@@ -1606,7 +1606,7 @@ popup_notification (time_t trigger, Comp + body = g_strdup_printf ("%s %s", start_str, time_str); + } + +- n = notify_notification_new (summary, body, "stock_appointment-reminder", NULL); ++ n = notify_notification_new (summary, body, "stock_appointment-reminder"); + if (!notify_notification_show(n, NULL)) + g_warning ("Could not send notification to daemon\n"); + |