From 2054391345b9048d9160b06559fe4a15bf888407 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 6 Jan 2006 02:56:00 +0000 Subject: [project @ 2006-01-06 02:56:00 by rjw] Stop slight tree redraw errors from wrapping of 16-bit units. Pass the data to update URL tree nodes to where applicable. svn path=/import/netsurf/; revision=1988 --- riscos/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/hotlist.c') 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); } -- cgit v1.2.3