diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /x11/libgnome/files/patch-ad | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'x11/libgnome/files/patch-ad')
-rw-r--r-- | x11/libgnome/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/libgnome/files/patch-ad b/x11/libgnome/files/patch-ad deleted file mode 100644 index 0a913989a542..000000000000 --- a/x11/libgnome/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) |