summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.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 /ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.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 'ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c')
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c
deleted file mode 100644
index 51cc104ea..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gpk-hardware.c.orig 2011-03-07 18:21:23.000000000 +0100
-+++ src/gpk-hardware.c 2011-03-07 18:21:32.000000000 +0100
-@@ -183,7 +183,7 @@ gpk_hardware_what_provides_cb (GObject *
- message = g_strdup_printf ("%s\n\t%s", _("Additional packages can be installed to support this hardware"), package);
- /* TRANSLATORS: a new bit of hardware has been plugged in */
- body = g_strdup_printf ("%s", _("New hardware attached"));
-- notification = notify_notification_new (body, message, "help-browser", NULL);
-+ notification = notify_notification_new (body, message, "help-browser");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- notify_notification_add_action (notification, GPK_HARDWARE_INSTALL_ACTION,