summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box.c2
1 files changed, 2 insertions, 0 deletions
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)