summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-12 13:53:20 +0000
committertron <tron@pkgsrc.org>2000-11-12 13:53:20 +0000
commit434ddde3d90cdd4bdcf0ceab1ef8455f10169bc1 (patch)
tree0d925f26aca67a12e62394b8a806e9f3d38341b1 /x11/gnome-libs
parent6121c82a4870a5e2fece60e087f6511171d35007 (diff)
downloadpkgsrc-434ddde3d90cdd4bdcf0ceab1ef8455f10169bc1.tar.gz
Correct reversed patch.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/files/patch-sum4
-rw-r--r--x11/gnome-libs/patches/patch-ar10
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/gnome-libs/files/patch-sum b/x11/gnome-libs/files/patch-sum
index 142d871ec33..7df5b0f1597 100644
--- a/x11/gnome-libs/files/patch-sum
+++ b/x11/gnome-libs/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.18 2000/11/11 02:23:51 mycroft Exp $
+$NetBSD: patch-sum,v 1.19 2000/11/12 13:53:20 tron Exp $
MD5 (patch-aa) = 304237d9a4a0fbfadd79537c0f67926e
MD5 (patch-ac) = 503fba99ca4f3eb7273a438068694436
@@ -12,4 +12,4 @@ MD5 (patch-an) = f04a6f1ed6b81360a964c60152d8b0e4
MD5 (patch-ao) = 443ab84138c1d1c8c997a684101baff5
MD5 (patch-ap) = c37e3352b6848fb0a325298bc8b3be10
MD5 (patch-aq) = 415545b5019078778745266108d93ba1
-MD5 (patch-ar) = 91369a226d6313cf685cef4a1c960fa8
+MD5 (patch-ar) = f2dafd674ab4f0e9baf9d5af16d4a501
diff --git a/x11/gnome-libs/patches/patch-ar b/x11/gnome-libs/patches/patch-ar
index c6eb6c97b97..10d568d2c1b 100644
--- a/x11/gnome-libs/patches/patch-ar
+++ b/x11/gnome-libs/patches/patch-ar
@@ -1,13 +1,13 @@
-$NetBSD: patch-ar,v 1.1 2000/11/11 02:23:52 mycroft Exp $
+$NetBSD: patch-ar,v 1.2 2000/11/12 13:53:21 tron Exp $
---- libgnome/gnome-dentry.c.orig Sat Sep 16 19:24:51 2000
-+++ libgnome/gnome-dentry.c Sat Nov 11 02:19:52 2000
+--- libgnome/gnome-dentry.c.orig Tue Oct 24 01:12:33 2000
++++ libgnome/gnome-dentry.c Sun Nov 12 14:48:28 2000
@@ -631,7 +631,7 @@
}
/* FIXME: do something if there's an error. */
-- if (strcmp (item->type, "URL") == 0) {
-+ if (item->type && strcmp (item->type, "URL") == 0) {
+- if (item->type && strcmp (item->type, "URL") == 0) {
++ if (strcmp (item->type, "URL") == 0) {
gnome_url_show (exec_str);
} else {
gnome_execute_async_with_env (NULL, uargs, uargv, envc, envp);