summaryrefslogtreecommitdiffstats
path: root/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz
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 'security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c')
-rw-r--r--security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c
deleted file mode 100644
index 7ddf0bb3f..000000000
--- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libseahorse/seahorse-notification.c.orig 2011-03-07 09:25:10.000000000 +0100
-+++ libseahorse/seahorse-notification.c 2011-03-07 09:25:57.000000000 +0100
-@@ -213,7 +213,7 @@
- heading = format_key_text (snotif->heading);
- message = format_key_text (snotif->message);
-
-- notif = notify_notification_new (heading, message, snotif->icon, attachto);
-+ notif = notify_notification_new (heading, message, snotif->icon);
-
- g_free (heading);
- g_free (message);