From 237a62a9e772e9fdfe72b5fac6078c1e975ecfc2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 23 Mar 2011 20:39:18 +0000 Subject: Fix bug #3238323: pass correct context pointer for html_object_callback svn path=/trunk/netsurf/; revision=12126 --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/html.c b/render/html.c index 55acab8ca..cde8d79ef 100644 --- a/render/html.c +++ b/render/html.c @@ -1343,7 +1343,7 @@ bool html_replace_object(struct content_html_object *object, const char *url) /* initialise fetch */ error = hlcache_handle_retrieve(url2, 0, content__get_url(c), NULL, - html_object_callback, c, &child, + html_object_callback, object, &child, object->permitted_types, &object->content); -- cgit v1.2.3