summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-06 02:56:00 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-06 02:56:00 +0000
commit2054391345b9048d9160b06559fe4a15bf888407 (patch)
treee47590eab459698ebabc4d1577d0d7dcd29d5792 /riscos/hotlist.c
parent71a9ffa7dbf95f5353fadea0650b42062d2a9ad3 (diff)
downloadnetsurf-2054391345b9048d9160b06559fe4a15bf888407.tar.gz
netsurf-2054391345b9048d9160b06559fe4a15bf888407.tar.bz2
[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
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);
}