diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /x11/gnome-libs/files/patch-ad | |
parent | a33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes:
svn path=/head/; revision=127022
svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'x11/gnome-libs/files/patch-ad')
-rw-r--r-- | x11/gnome-libs/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/gnome-libs/files/patch-ad b/x11/gnome-libs/files/patch-ad deleted file mode 100644 index 32e656859e37..000000000000 --- a/x11/gnome-libs/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- libgnome/gnome-help.c.orig Thu Apr 8 15:01:21 1999 -+++ libgnome/gnome-help.c Mon Jul 12 10:29:11 1999 -@@ -69,7 +69,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) { -@@ -118,7 +118,7 @@ - if (!res) - { - buf = g_string_new(NULL); -- g_string_sprintf(buf, "gnome/help/%s/C/%s", app, path); -+ g_string_sprintf(buf, "help/%s/C/%s", app, path); - res = (gchar *)gnome_unconditional_datadir_file(buf->str); - g_string_free(buf, TRUE); - } |