1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Joe Marcus Clarke 9375059e53 Update to 1.1.6.
2002-11-11 19:43:16 +00:00

12 lines
468 B
Plaintext

--- src/gtkhtml.c.orig Wed Sep 4 20:00:35 2002
+++ src/gtkhtml.c Wed Sep 18 21:40:55 2002
@@ -4353,7 +4353,7 @@
{
gchar *rcfile;
- rcfile = g_strconcat ((from_share ? PREFIX "/share/gtkhtml-" GTKHTML_RELEASE "/" : gnome_util_user_home ()),
+ rcfile = g_strconcat ((from_share ? PREFIX "/share/gnome/gtkhtml-" GTKHTML_RELEASE "/" : gnome_util_user_home ()),
(from_share ? "" : "/.gnome/"), name, NULL);
if (g_file_test (rcfile, G_FILE_TEST_ISFILE))