summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c3
1 files changed, 2 insertions, 1 deletions
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 */