summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/files/patch-src_gtkhtml.c
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-23 23:53:39 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-23 23:53:39 +0800
commit9270ac45577032fa16b40f5fe32e2df952f0af51 (patch)
tree04fe5414d9b48473156307239ad87c51155f92d0 /www/gtkhtml3/files/patch-src_gtkhtml.c
parentee4c44f7823312e1623273f5048d4e586041869b (diff)
downloadmarcuscom-ports-9270ac45577032fa16b40f5fe32e2df952f0af51.tar.gz
marcuscom-ports-9270ac45577032fa16b40f5fe32e2df952f0af51.tar.zst
marcuscom-ports-9270ac45577032fa16b40f5fe32e2df952f0af51.zip
Update to 3.15.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8607 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files/patch-src_gtkhtml.c')
-rw-r--r--www/gtkhtml3/files/patch-src_gtkhtml.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gtkhtml3/files/patch-src_gtkhtml.c b/www/gtkhtml3/files/patch-src_gtkhtml.c
new file mode 100644
index 000000000..cc9534035
--- /dev/null
+++ b/www/gtkhtml3/files/patch-src_gtkhtml.c
@@ -0,0 +1,11 @@
+--- src/gtkhtml.c.orig Mon Aug 22 15:56:46 2005
++++ src/gtkhtml.c Mon Aug 22 18:56:03 2005
+@@ -3104,7 +3104,7 @@
+ add_bindings (klass);
+ gtk_html_accessibility_init ();
+
+- filename = g_build_filename (PREFIX, "share", GTKHTML_RELEASE_STRING, "keybindingsrc.emacs", NULL);
++ filename = g_build_filename (PREFIX, "share/gnome", GTKHTML_RELEASE_STRING, "keybindingsrc.emacs", NULL);
+ gtk_rc_parse (filename);
+ g_free (filename);
+ html_class->emacs_bindings = gtk_binding_set_find ("gtkhtml-bindings-emacs");