From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- desktop/tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/tree.c') diff --git a/desktop/tree.c b/desktop/tree.c index 9dc38c247..674bc1612 100644 --- a/desktop/tree.c +++ b/desktop/tree.c @@ -2771,7 +2771,8 @@ hlcache_handle *tree_load_icon(const char *name) /* Fetch the icon */ err = hlcache_handle_retrieve(icon_url, 0, 0, 0, - tree_icon_callback, 0, 0, 0, &c); + tree_icon_callback, 0, 0, + CONTENT_IMAGE, &c); /* If we built the URL here, free it */ -- cgit v1.2.3