From c56fb9259b813ccc68437e1024c6bea01cfc3d51 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 20 Nov 2013 22:03:07 +0000 Subject: Enable access to hotlist icons through resource URLs. --- content/fetchers/resource.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c index 3de6f3c2c..0119c6b3b 100644 --- a/content/fetchers/resource.c +++ b/content/fetchers/resource.c @@ -86,6 +86,8 @@ static const char *fetch_resource_paths[] = { "icons/content.png", "icons/directory.png", "icons/directory2.png", + "icons/hotlist-add.png", + "icons/hotlist-rmv.png", "icons/search.png" }; static struct fetch_resource_map_entry { -- cgit v1.2.3