From 15484b8c50f836a51484e1228e509ff03f39d935 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Fri, 24 Mar 2006 14:29:37 +0000 Subject: Update gtkhtml2 and Web packages git-svn-id: https://svn.o-hand.com/repos/poky/trunk@338 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../gtkhtml2/files/fix-margin-inherit.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 openembedded/packages/gtkhtml2/files/fix-margin-inherit.patch (limited to 'openembedded/packages/gtkhtml2/files/fix-margin-inherit.patch') diff --git a/openembedded/packages/gtkhtml2/files/fix-margin-inherit.patch b/openembedded/packages/gtkhtml2/files/fix-margin-inherit.patch deleted file mode 100644 index 16337b7cc..000000000 --- a/openembedded/packages/gtkhtml2/files/fix-margin-inherit.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: libgtkhtml/layout/htmlbox.c -=================================================================== ---- libgtkhtml/layout/htmlbox.c.orig 2006-02-06 01:50:52.000000000 +0000 -+++ libgtkhtml/layout/htmlbox.c 2006-02-06 01:53:16.000000000 +0000 -@@ -151,17 +151,13 @@ simple_margin (HtmlStyle *style) - static gboolean - need_containing_width (HtmlBox *box, gint width) - { -- HtmlStyle *style; -- - if (width > 0) - return FALSE; - -- style = HTML_BOX_GET_STYLE (box); -- -- if (simple_margin (style)) -- return FALSE; -+ if (html_box_get_containing_block (box)) -+ return TRUE; - -- return TRUE; -+ return FALSE; - } - - gint -- cgit v1.2.3