diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-23 01:04:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-23 01:04:33 +0800 |
commit | fc7307c054b83e365b880d133bffedd36798ec60 (patch) | |
tree | 48b007796c01a12328da774aab7789ae4114161d /www/gtkhtml3/files | |
parent | e43fcfe38facfb6bf3f98a9c256f976767efc95f (diff) | |
download | marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.tar marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.tar.gz marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.tar.bz2 marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.tar.lz marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.tar.xz marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.tar.zst marcuscom-ports-fc7307c054b83e365b880d133bffedd36798ec60.zip |
Update to 3.7.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4575 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r-- | www/gtkhtml3/files/patch-src_gtkhtml.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/gtkhtml3/files/patch-src_gtkhtml.c b/www/gtkhtml3/files/patch-src_gtkhtml.c index 902c39e8e..cc9534035 100644 --- a/www/gtkhtml3/files/patch-src_gtkhtml.c +++ b/www/gtkhtml3/files/patch-src_gtkhtml.c @@ -1,11 +1,11 @@ ---- src/gtkhtml.c.orig Mon Aug 2 11:21:24 2004 -+++ src/gtkhtml.c Tue Aug 3 15:19:41 2004 -@@ -2955,7 +2955,7 @@ +--- 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 (); -- gtk_rc_parse (PREFIX "/share/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs"); -+ gtk_rc_parse (PREFIX "/share/gnome/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs"); +- 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"); - read_key_theme (html_class); - gconf_client_notify_add (gconf_client_get_default (), "/desktop/gnome/interface/gtk_key_theme", |