diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /www/gnome-user-share/files/patch-src_obexpush.c | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gnome-user-share/files/patch-src_obexpush.c')
-rw-r--r-- | www/gnome-user-share/files/patch-src_obexpush.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/gnome-user-share/files/patch-src_obexpush.c b/www/gnome-user-share/files/patch-src_obexpush.c deleted file mode 100644 index 7b71c8d8e..000000000 --- a/www/gnome-user-share/files/patch-src_obexpush.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/obexpush.c.orig 2011-03-07 20:11:04.000000000 +0100 -+++ src/obexpush.c 2011-03-07 20:11:34.000000000 +0100 -@@ -139,10 +139,9 @@ - /* Translators: %s is the name of the filename received */ - notification_text = g_strdup_printf(_("You received \"%s\" via Bluetooth"), display); - g_free (display); -- notification = notify_notification_new_with_status_icon (_("You received a file"), -+ notification = notify_notification_new (_("You received a file"), - notification_text, -- "dialog-information", -- GTK_STATUS_ICON (statusicon)); -+ "dialog-information"); - - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); - |