summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 03:57:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 03:57:37 +0800
commitf4fc9ce2c9d177af9233c2e5e7da81952c223049 (patch)
treedc93d64dfa20e96be7deea11d92318adad41665f /www/gtkhtml3/files
parent1403fbb31b494050f8119a5e6cfffb87bfd2be92 (diff)
downloadmarcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.gz
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.bz2
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.lz
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.xz
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.zst
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.zip
Update gtkhtml3 from the ports-experimental module. Currently this version
is 3.3.1, but it will be updated very soon. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3101 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r--www/gtkhtml3/files/patch-src_gtkhtml.c11
-rw-r--r--www/gtkhtml3/files/patch-src_htmlgdkpainter.c14
2 files changed, 25 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..902c39e8e
--- /dev/null
+++ b/www/gtkhtml3/files/patch-src_gtkhtml.c
@@ -0,0 +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 @@
+ 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");
+ 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",
diff --git a/www/gtkhtml3/files/patch-src_htmlgdkpainter.c b/www/gtkhtml3/files/patch-src_htmlgdkpainter.c
new file mode 100644
index 000000000..8cc54b3c4
--- /dev/null
+++ b/www/gtkhtml3/files/patch-src_htmlgdkpainter.c
@@ -0,0 +1,14 @@
+--- src/htmlgdkpainter.c.orig Thu Sep 2 19:43:58 2004
++++ src/htmlgdkpainter.c Thu Sep 2 19:44:28 2004
+@@ -739,9 +739,10 @@
+ item_gc (HTMLPainter *p, PangoItem *item, GdkDrawable *drawable, GdkGC *orig_gc, HTMLPangoProperties *properties, GdkGC **bg_gc)
+ {
+ GdkGC *new_gc = NULL;
+- html_pango_get_item_properties (item, properties);
+
+ HTMLEngine *e = GTK_HTML (p->widget)->engine;
++
++ html_pango_get_item_properties (item, properties);
+
+ *bg_gc = NULL;
+