From 01a9f79f0a3692d8148990805beabc8593d3596d Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 18 Apr 2001 21:37:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'. --- x11/libgnome/files/patch-ad | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 x11/libgnome/files/patch-ad (limited to 'x11/libgnome/files/patch-ad') diff --git a/x11/libgnome/files/patch-ad b/x11/libgnome/files/patch-ad deleted file mode 100644 index 32e656859e37..000000000000 --- a/x11/libgnome/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); - } -- cgit v1.2.3