diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /www/gtkhtml38/files/patch-ad | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'www/gtkhtml38/files/patch-ad')
-rw-r--r-- | www/gtkhtml38/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gtkhtml38/files/patch-ad b/www/gtkhtml38/files/patch-ad deleted file mode 100644 index 5bf95839374c..000000000000 --- a/www/gtkhtml38/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |