summaryrefslogtreecommitdiff
path: root/mail/gnome-gmail-notifier/files/patch-src_ggn-icon.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/gnome-gmail-notifier/files/patch-src_ggn-icon.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/gnome-gmail-notifier/files/patch-src_ggn-icon.c')
-rw-r--r--mail/gnome-gmail-notifier/files/patch-src_ggn-icon.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/gnome-gmail-notifier/files/patch-src_ggn-icon.c b/mail/gnome-gmail-notifier/files/patch-src_ggn-icon.c
new file mode 100644
index 000000000000..59bae8fbc5f3
--- /dev/null
+++ b/mail/gnome-gmail-notifier/files/patch-src_ggn-icon.c
@@ -0,0 +1,16 @@
+--- src/ggn-icon.c.orig 2011-08-16 13:36:23.000000000 +0200
++++ src/ggn-icon.c 2011-08-16 13:37:27.000000000 +0200
+@@ -566,12 +566,7 @@ gpointer ggn_icon_show_notification_thre
+ /* create a new notification. */
+ icon->priv->note = notify_notification_new (icon->priv->title,
+ icon->priv->summary,
+- icon->priv->icon_file,
+- NULL);
+-
+- /* attach the notification to our icon. */
+- notify_notification_attach_to_status_icon (icon->priv->note,
+- icon->priv->icon);
++ icon->priv->icon_file);
+
+ /* set the notification timeout. */
+ notify_notification_set_timeout (icon->priv->note, (4 * 1000));