diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:49:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:49:46 +0000 |
commit | f888af4cee6cadfee7f9f29b44eb27b2868f4a5e (patch) | |
tree | bf9fc6cad39248865b457112bb366b50081a0fcd /x11-toolkits/gtk12/files/patch-ad | |
parent | 34e350e7eae44e996e6513b1ba486e965545e8ac (diff) |
Update to version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19053
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-ad')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk12/files/patch-ad b/x11-toolkits/gtk12/files/patch-ad index f03d93d683ea..fb578b3b9032 100644 --- a/x11-toolkits/gtk12/files/patch-ad +++ b/x11-toolkits/gtk12/files/patch-ad @@ -1,5 +1,5 @@ ---- gtk/gtkrc.c.orig Wed Apr 14 05:20:09 1999 -+++ gtk/gtkrc.c Sun May 2 13:27:23 1999 +--- gtk/gtkrc.c.orig Tue May 11 04:31:09 1999 ++++ gtk/gtkrc.c Sat May 15 19:01:44 1999 @@ -231,9 +231,9 @@ var = getenv("GTK_EXE_PREFIX"); @@ -38,8 +38,8 @@ var = g_get_home_dir (); if (var) -- path = g_strdup_printf("%s%s", var, ".gtk/lib/themes/engines"); -+ path = g_strdup_printf("%s%s", var, ".gtk/themes/engines"); +- path = g_strdup_printf("%s%s", var, "/.gtk/lib/themes/engines"); ++ path = g_strdup_printf("%s%s", var, "/.gtk/themes/engines"); module_path[n++] = g_strdup(path); module_path[n] = NULL; g_free(path); |