summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index df7dc3192..de3617db4 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -3964,7 +3964,7 @@ void ro_gui_window_action_add_bookmark(struct gui_window *g)
content_get_url(g->bw->current_content) == NULL)
return;
- hotlist_add_page(nsurl_access(content_get_url(g->bw->current_content)));
+ ro_gui_hotlist_add_page(nsurl_access(content_get_url(g->bw->current_content)));
}