From 62f5ea585b1c8fe065d61f0236bd0fa34c41faa3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 17 Sep 2003 21:47:21 +0000 Subject: [project @ 2003-09-17 21:47:21 by jmb] Make applets load (untested). Plugin loading conforms closer to the spec svn path=/import/netsurf/; revision=302 --- render/box.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render') diff --git a/render/box.c b/render/box.c index b16124369..476cf1d8e 100644 --- a/render/box.c +++ b/render/box.c @@ -1767,6 +1767,8 @@ struct result box_applet(xmlNode *n, struct status *status, } } + box->object_params = po; + /* start fetch */ if(plugin_decode(status->content, url, box, po)) return (struct result) {box,0}; -- cgit v1.2.3