aboutsummaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomelibs/files/patch-ad')
-rw-r--r--x11/gnomelibs/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-ad b/x11/gnomelibs/files/patch-ad
new file mode 100644
index 000000000000..7cc203212e10
--- /dev/null
+++ b/x11/gnomelibs/files/patch-ad
@@ -0,0 +1,11 @@
+--- libgnome/gnome-help.c.orig Tue Sep 1 13:30:25 1998
++++ libgnome/gnome-help.c Tue Sep 1 13:30:44 1998
+@@ -35,7 +35,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)