summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 347f4264f..788722d20 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -223,12 +223,12 @@ static void hotlist_visited_internal(hlcache_handle *content, struct node *node)
const char *url;
if (content == NULL ||
- content_get_url(content) == NULL ||
+ hlcache_handle_get_url(content) == NULL ||
hotlist_tree == NULL)
return;
/* TODO: do this with a nsurl instead */
- url = nsurl_access(content_get_url(content));
+ url = nsurl_access(hlcache_handle_get_url(content));
for (; node; node = tree_node_get_next(node)) {
if (!tree_node_is_folder(node)) {