summaryrefslogtreecommitdiff
path: root/content/fetchers/resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/resource.c')
-rw-r--r--content/fetchers/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c
index 5dca8b378..d1b21b741 100644
--- a/content/fetchers/resource.c
+++ b/content/fetchers/resource.c
@@ -207,7 +207,7 @@ static bool fetch_resource_initialise(lwc_string *scheme)
}
}
- e->url = guit->get_resource_url(fetch_resource_paths[i]);
+ e->url = guit->browser->get_resource_url(fetch_resource_paths[i]);
if (e->url == NULL) {
lwc_string_unref(e->path);
} else {