diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-18 14:43:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-18 14:43:32 +0800 |
commit | 8820c1b37ed1b0c9a74fa3e9619c18772d8e1463 (patch) | |
tree | 882c5e5ba2c7dc7a3aa36482ecf573cd7cc303fa /www/gtkhtml3/files/patch-src_gtkhtml.c | |
parent | 6d32992e6d037969f61e619cdbba1d698c22bb98 (diff) | |
download | marcuscom-ports-8820c1b37ed1b0c9a74fa3e9619c18772d8e1463.tar.gz marcuscom-ports-8820c1b37ed1b0c9a74fa3e9619c18772d8e1463.tar.zst marcuscom-ports-8820c1b37ed1b0c9a74fa3e9619c18772d8e1463.zip |
Update to 3.13.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7812 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files/patch-src_gtkhtml.c')
-rw-r--r-- | www/gtkhtml3/files/patch-src_gtkhtml.c | 11 |
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"); |