summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /x11/gnome-libs/files/patch-ad
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'x11/gnome-libs/files/patch-ad')
-rw-r--r--x11/gnome-libs/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/gnome-libs/files/patch-ad b/x11/gnome-libs/files/patch-ad
deleted file mode 100644
index 0a913989a542..000000000000
--- a/x11/gnome-libs/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnome/gnome-help.c.orig Wed Jan 13 07:43:11 1999
-+++ libgnome/gnome-help.c Thu Jan 14 19:13:33 1999
-@@ -57,7 +57,7 @@
- lang= language_list->data;
-
- buf= g_string_new (NULL);
-- g_string_sprintf (buf, "gnome/help/%s/%s/%s", app, lang, path);
-+ g_string_sprintf (buf, "help/%s/%s/%s", app, lang, path);
- res= (gchar *)gnome_unconditional_datadir_file (buf->str);
- p = strrchr(res, '#');
- if (p)