1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/gtkhtml38/files/patch-ad
2000-08-17 16:41:52 +00:00

12 lines
527 B
Plaintext

--- src/gtkhtml.c.orig Thu Aug 10 14:54:13 2000
+++ src/gtkhtml.c Mon Aug 14 12:52:42 2000
@@ -2331,7 +2331,7 @@
if (strcmp (klass->properties->keybindings_theme, "custom")) {
base = g_strconcat ("keybindingsrc.", klass->properties->keybindings_theme, NULL);
- rcfile = g_concat_dir_and_file (PREFIX "/share/gtkhtml", base);
+ rcfile = g_concat_dir_and_file (PREFIX "/share/gnome/gtkhtml", base);
g_free (base);
} else {
rcfile = g_strconcat (gnome_util_user_home (), "/.gnome/gtkhtml-bindings-custom", NULL);