summaryrefslogtreecommitdiff
path: root/riscos/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/global_history.c')
-rw-r--r--riscos/global_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/global_history.c b/riscos/global_history.c
index c0ee1ac9e..2dbd9410d 100644
--- a/riscos/global_history.c
+++ b/riscos/global_history.c
@@ -393,7 +393,7 @@ void global_history_add(struct gui_window *g) {
if ((!g->bw->current_content) || (!global_history_tree))
return;
- ro_gui_global_history_add(g->title, g->bw->current_content->url, time(NULL),
+ ro_gui_global_history_add(g->bw->current_content->title, g->bw->current_content->url, time(NULL),
ro_content_filetype(g->bw->current_content));
}