From 416c81208b6dc90b63af35308294e316faced6d9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 28 Jan 2008 13:48:59 +0000 Subject: Make box dump show "gadget". svn path=/trunk/netsurf/; revision=3796 --- render/box.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/render/box.c b/render/box.c index a643127ea..9598a0cf4 100644 --- a/render/box.c +++ b/render/box.c @@ -546,6 +546,8 @@ void box_dump(FILE *stream, struct box *box, unsigned int depth) fprintf(stream, "space "); if (box->object) fprintf(stream, "(object '%s') ", box->object->url); + if (box->gadget) + fprintf(stream, "(gadget) "); if (box->style) css_dump_style(box->style); if (box->href) -- cgit v1.2.3