summaryrefslogtreecommitdiff
path: root/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-08-23 18:39:19 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-08-23 18:39:19 +0000
commitfe61bf1eb4f2758636a3c065686a833eb412df25 (patch)
tree1474457ea487adcafec2ab29e99ab61897a3e479 /mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c
parentAdd instructions for the libnotify and libproxy shlib bumps. (diff)
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Notes
Notes: svn path=/head/; revision=280300
Diffstat (limited to 'mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c')
-rw-r--r--mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c b/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c
new file mode 100644
index 000000000000..55120db4c19c
--- /dev/null
+++ b/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c
@@ -0,0 +1,12 @@
+--- plugins/publish-calendar/publish-calendar.c.orig 2011-03-07 21:12:59.000000000 +0100
++++ plugins/publish-calendar/publish-calendar.c 2011-03-07 21:14:23.000000000 +0100
+@@ -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);