From 5feb7018c5228a22d370d070c1f7c3dad2c71e25 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 10 Jul 2009 00:26:37 +0000 Subject: Replace parent_url with a pointer to the parent content. svn path=/trunk/netsurf/; revision=8428 --- css/css.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/css.c b/css/css.c index 133b9ec92..0f652c2e6 100644 --- a/css/css.c +++ b/css/css.c @@ -908,7 +908,7 @@ void css_atimport(struct content *c, struct css_node *node) fetchcache_go(c->data.css.import_content[i], c->url, css_atimport_callback, (intptr_t) c, i, c->width, c->height, - 0, 0, false, c->url); + 0, 0, false, c); } free(url); -- cgit v1.2.3