aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ogmrip/files
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-08-24 02:39:19 +0800
committerkwm <kwm@FreeBSD.org>2011-08-24 02:39:19 +0800
commit39ef19450c2cf8b75e3b20495c6e2331f67e3138 (patch)
tree68e92ca91db8af8e96889640de621794add90af4 /multimedia/ogmrip/files
parent6a56442427dd00f76ca13093ea38b248d54a7964 (diff)
downloadfreebsd-ports-gnome-39ef19450c2cf8b75e3b20495c6e2331f67e3138.tar.gz
freebsd-ports-gnome-39ef19450c2cf8b75e3b20495c6e2331f67e3138.tar.zst
freebsd-ports-gnome-39ef19450c2cf8b75e3b20495c6e2331f67e3138.zip
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Diffstat (limited to 'multimedia/ogmrip/files')
-rw-r--r--multimedia/ogmrip/files/patch-src_ogmrip-progress-dialog.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/ogmrip/files/patch-src_ogmrip-progress-dialog.c b/multimedia/ogmrip/files/patch-src_ogmrip-progress-dialog.c
new file mode 100644
index 000000000000..263b4226554d
--- /dev/null
+++ b/multimedia/ogmrip/files/patch-src_ogmrip-progress-dialog.c
@@ -0,0 +1,13 @@
+--- src/ogmrip-progress-dialog.c.orig 2011-08-12 13:44:15.000000000 +0200
++++ src/ogmrip-progress-dialog.c 2011-08-12 14:16:35.000000000 +0200
+@@ -418,8 +418,8 @@ ogmrip_progress_dialog_init (OGMRipProgr
+ g_signal_connect_swapped (dialog->priv->status_icon, "popup_menu",
+ G_CALLBACK (ogmrip_progress_dialog_status_icon_popup_menu), dialog);
+
+- dialog->priv->notification = notify_notification_new_with_status_icon ("Dummy", "Dummy",
+- OGMRIP_DATA_DIR G_DIR_SEPARATOR_S OGMRIP_ICON_FILE, dialog->priv->status_icon);
++ dialog->priv->notification = notify_notification_new ("Dummy", "Dummy",
++ OGMRIP_DATA_DIR G_DIR_SEPARATOR_S OGMRIP_ICON_FILE);
+ g_signal_connect (dialog, "window-state-event",
+ G_CALLBACK (ogmrip_progress_dialog_state_changed), NULL);
+