diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-08-22 03:42:59 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-08-22 03:42:59 +0000 |
| commit | 92e105b906fa7228a2b5eb48b6eba118d129ec18 (patch) | |
| tree | ff5ab21c8c8324c38ebe6c666dfd9021eb341bb2 /x11/libgnome/files/patch-ad | |
| parent | Update to version 1.0.4. (diff) | |
Update to version 1.0.14.
PR: 12781 (4 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=20860
Diffstat (limited to 'x11/libgnome/files/patch-ad')
| -rw-r--r-- | x11/libgnome/files/patch-ad | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/x11/libgnome/files/patch-ad b/x11/libgnome/files/patch-ad index 0a913989a542..32e656859e37 100644 --- a/x11/libgnome/files/patch-ad +++ b/x11/libgnome/files/patch-ad @@ -1,11 +1,20 @@ ---- 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 @@ +--- 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) + 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); + } |
