summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index 8c3bd50d9..bd9133957 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -225,7 +225,7 @@ void ro_gui_hotlist_visited(struct content *content, struct tree *tree,
element = tree_find_element(node, TREE_ELEMENT_URL);
if ((element) && (!strcmp(element->text,
content->url))) {
- tree_update_URL_node(node);
+ tree_update_URL_node(node, NULL);
tree_handle_node_changed(tree, node, true,
false);
}