summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-11-22 18:19:20 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-11-22 18:19:20 +0000
commit24d09167788495cc3c39baed8c7d90e844638aa7 (patch)
treea326f4fdfc28622daf6e8e6fcc3724eaae8e920a /riscos/window.c
parent68a4fe32d06eb3cdba0c63eef99ae1f75f451db9 (diff)
downloadnetsurf-24d09167788495cc3c39baed8c7d90e844638aa7.tar.gz
netsurf-24d09167788495cc3c39baed8c7d90e844638aa7.tar.bz2
Make RO hotlist add function take nsurl.
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 9398e4794..866b3dfdf 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -4249,7 +4249,7 @@ void ro_gui_window_action_add_bookmark(struct gui_window *g)
hlcache_handle_get_url(g->bw->current_content) == NULL)
return;
- ro_gui_hotlist_add_page(nsurl_access(hlcache_handle_get_url(g->bw->current_content)));
+ ro_gui_hotlist_add_page(hlcache_handle_get_url(g->bw->current_content));
}