From 0c0ff3c59631d0968c888279195ea40d4a7fd824 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 17 Jun 2003 19:24:21 +0000 Subject: [project @ 2003-06-17 19:24:20 by bursa] Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180 --- riscos/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/plugin.c') diff --git a/riscos/plugin.c b/riscos/plugin.c index ec5ccc0f2..2497294b7 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -1,5 +1,5 @@ /** - * $Id: plugin.c,v 1.9 2003/06/07 22:24:22 jmb Exp $ + * $Id: plugin.c,v 1.10 2003/06/17 19:24:21 bursa Exp $ */ #include @@ -156,7 +156,7 @@ void plugin_decode(struct content* content, char* url, struct box* box, */ xfree(po); LOG(("sending data to image handler")); - html_fetch_image(content, url, box); + html_fetch_object(content, url, box); return; } else { /* not an image; is sys var set? */ -- cgit v1.2.3