pkgsrc-ng/mail/evolution/patches/patch-plugins_publish-calendar_publish-calendar.c
2014-08-11 13:27:10 +02:00

17 lines
790 B
C

$NetBSD: patch-plugins_publish-calendar_publish-calendar.c,v 1.1 2013/08/14 04:35:32 obache Exp $
* for libnotify-0.7
--- plugins/publish-calendar/publish-calendar.c.orig 2011-03-29 18:38:48.000000000 +0000
+++ plugins/publish-calendar/publish-calendar.c
@@ -150,8 +150,7 @@ update_publish_notification (GtkMessageT
return;
}
- notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name, NULL);
- notify_notification_attach_to_status_icon (notify, status_icon);
+ notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name);
notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
g_timeout_add (500, show_notify_cb, NULL);