summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/files/patch-src_htmlclueflow.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-10 14:53:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-10 14:53:55 +0800
commit88a5543b8525cdf6d3b873201443dba46105068f (patch)
tree35a8087a34b04b8359ddf6cb667f19d50b0c2d2d /www/gtkhtml3/files/patch-src_htmlclueflow.c
parent2bb61bbc0d08f8b5fefe402992c9fdbf04b52e9f (diff)
downloadmarcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.tar
marcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.tar.gz
marcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.tar.bz2
marcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.tar.lz
marcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.tar.xz
marcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.tar.zst
marcuscom-ports-88a5543b8525cdf6d3b873201443dba46105068f.zip
Update to 3.5.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files/patch-src_htmlclueflow.c')
-rw-r--r--www/gtkhtml3/files/patch-src_htmlclueflow.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/gtkhtml3/files/patch-src_htmlclueflow.c b/www/gtkhtml3/files/patch-src_htmlclueflow.c
new file mode 100644
index 000000000..69dab9bba
--- /dev/null
+++ b/www/gtkhtml3/files/patch-src_htmlclueflow.c
@@ -0,0 +1,15 @@
+--- src/htmlclueflow.c.orig Thu Feb 10 01:33:39 2005
++++ src/htmlclueflow.c Thu Feb 10 01:34:00 2005
+@@ -2362,10 +2362,11 @@
+ HTMLObject *child;
+ for (child = HTML_CLUE (o)->head; child; child = child->next) {
+ if (HTML_IS_TEXT (child)) {
++ PangoDirection pdir;
+ if (child == HTML_CLUE (o)->head && html_object_get_length (child) == 0 && o->prev)
+ return html_object_get_direction (o->prev);
+
+- PangoDirection pdir = html_text_get_pango_direction (HTML_TEXT (child));
++ pdir = html_text_get_pango_direction (HTML_TEXT (child));
+ switch (pdir) {
+ case PANGO_DIRECTION_RTL:
+ dir = HTML_DIRECTION_RTL;