diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-11-30 03:09:33 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-11-30 03:09:33 +0000 |
commit | 7ed632f6329855efeb33cfbf358162b416eb4c83 (patch) | |
tree | 2e0ead8e558fe6a07573c4a90c5b6465a7257f9c /x11 | |
parent | 38617e27e0b487ba0d02b7f42e6d912b0c9d5fd0 (diff) | |
download | pkgsrc-7ed632f6329855efeb33cfbf358162b416eb4c83.tar.gz |
This patch was *not* reversed. It was integrated into the baseline. Reversing
it broke wm-properties-capplet again.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/gnome-libs/patches/patch-ar | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/x11/gnome-libs/files/patch-sum b/x11/gnome-libs/files/patch-sum index 5a399c7157e..ef258b5fe83 100644 --- a/x11/gnome-libs/files/patch-sum +++ b/x11/gnome-libs/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.20 2000/11/27 10:59:19 rh Exp $ +$NetBSD: patch-sum,v 1.21 2000/11/30 03:09:33 mycroft Exp $ MD5 (patch-aa) = 304237d9a4a0fbfadd79537c0f67926e MD5 (patch-ac) = 503fba99ca4f3eb7273a438068694436 @@ -12,4 +12,3 @@ MD5 (patch-an) = f04a6f1ed6b81360a964c60152d8b0e4 MD5 (patch-ao) = 443ab84138c1d1c8c997a684101baff5 MD5 (patch-ap) = c37e3352b6848fb0a325298bc8b3be10 MD5 (patch-aq) = 196572dfd2e7e88f0bb88dc75262ef92 -MD5 (patch-ar) = f2dafd674ab4f0e9baf9d5af16d4a501 diff --git a/x11/gnome-libs/patches/patch-ar b/x11/gnome-libs/patches/patch-ar deleted file mode 100644 index 10d568d2c1b..00000000000 --- a/x11/gnome-libs/patches/patch-ar +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ar,v 1.2 2000/11/12 13:53:21 tron Exp $ - ---- 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 (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); |