From f2993e6ed037023e28837c7c666627380235bd14 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 14:55:23 +0000 Subject: content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url svn path=/trunk/netsurf/; revision=13236 --- desktop/history_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/history_core.c') diff --git a/desktop/history_core.c b/desktop/history_core.c index 95d28fb3d..21e402f1e 100644 --- a/desktop/history_core.c +++ b/desktop/history_core.c @@ -242,7 +242,7 @@ void history_add(struct history *history, hlcache_handle *content, return; /* TODO: use a nsurl? */ - error = nsurl_get(content_get_url(content), NSURL_WITH_FRAGMENT, + error = nsurl_get(hlcache_handle_get_url(content), NSURL_WITH_FRAGMENT, &url, &url_len); if (error != NSERROR_OK) { warn_user("NoMemory", 0); -- cgit v1.2.3