From b718ee9158b11e7ceee322ad9c30962304d6713f Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 20 Mar 2005 22:50:29 +0000 Subject: [project @ 2005-03-20 22:50:29 by rjw] Trees now use content title rather than gui_window title. svn path=/import/netsurf/; revision=1562 --- riscos/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index cbfdcd326..0c8e66e71 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -1278,7 +1278,7 @@ void ro_gui_toolbar_click(struct gui_window *g, wimp_pointer *pointer) case ICON_TOOLBAR_BOOKMARK: if ((pointer->buttons == wimp_CLICK_ADJUST) && (hotlist_tree)) { node = tree_create_URL_node(hotlist_tree->root, - g->title, + g->bw->current_content->title, g->bw->current_content->url, ro_content_filetype(g->bw->current_content), time(NULL), -1, 0); -- cgit v1.2.3