summaryrefslogtreecommitdiff
path: root/x11/libgnome/files/patch-ad
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-14 16:59:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-14 16:59:34 +0000
commit64bfd4748525ce7f673b4667c9424ff035ddfff5 (patch)
tree058ee6784981171e8c25ff34b71bcd24e63417ee /x11/libgnome/files/patch-ad
parentimlib bump library version to 2. (diff)
Upgrade to 0.99.3.
Notes
Notes: svn path=/head/; revision=16040
Diffstat (limited to 'x11/libgnome/files/patch-ad')
-rw-r--r--x11/libgnome/files/patch-ad22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/libgnome/files/patch-ad b/x11/libgnome/files/patch-ad
index 9c1aa83d936b..0a913989a542 100644
--- a/x11/libgnome/files/patch-ad
+++ b/x11/libgnome/files/patch-ad
@@ -1,11 +1,11 @@
---- libgnome/gnome-help.c.orig Wed Dec 16 14:48:42 1998
-+++ libgnome/gnome-help.c Thu Dec 24 03:44:05 1998
-@@ -43,7 +43,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)
+--- 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)