aboutsummaryrefslogtreecommitdiff
path: root/www/epiphany/files
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 /www/epiphany/files
parent5732783897145621b6af3ab08fba8d9af40f338b (diff)
downloadports-fe61bf1eb4f2758636a3c065686a833eb412df25.tar.gz
ports-fe61bf1eb4f2758636a3c065686a833eb412df25.zip
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Notes
Notes: svn path=/head/; revision=280300
Diffstat (limited to 'www/epiphany/files')
-rw-r--r--www/epiphany/files/patch-embed_downloader-view.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-embed_downloader-view.c b/www/epiphany/files/patch-embed_downloader-view.c
new file mode 100644
index 000000000000..d15de3c6a3cc
--- /dev/null
+++ b/www/epiphany/files/patch-embed_downloader-view.c
@@ -0,0 +1,20 @@
+--- embed/downloader-view.c.orig 2011-03-07 10:49:18.000000000 +0100
++++ embed/downloader-view.c 2011-03-07 10:56:01.000000000 +0100
+@@ -337,7 +337,7 @@ show_notification (DownloaderView *dv, c
+ g_object_ref (dv);
+
+ notification = notify_notification_new (title, msg,
+- GTK_STOCK_INFO, NULL);
++ GTK_STOCK_INFO);
+
+ g_signal_connect_after (notification, "closed",
+ G_CALLBACK (notification_closed_cb), dv);
+@@ -346,8 +346,6 @@ show_notification (DownloaderView *dv, c
+ notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
+ notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
+
+- notify_notification_attach_to_status_icon (notification, status_icon);
+-
+ /* There are some visual glitches when the notification is shown and
+ * the GtkStatusIcon is still not visible. To avoid that, we delay the
+ * popup a bit. */