summaryrefslogtreecommitdiff
path: root/frontends/riscos/hotlist.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-12-29 14:51:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-12-29 14:51:43 +0000
commit354656b442cb9583fe8f690e9aa3e58ff50b6dce (patch)
tree8a83eb3c5887cbdfb4c79071cf7656685940861c /frontends/riscos/hotlist.c
parent4e5e9f1f5af2e526a87f38936aed0c4c100b5051 (diff)
downloadnetsurf-354656b442cb9583fe8f690e9aa3e58ff50b6dce.tar.gz
netsurf-354656b442cb9583fe8f690e9aa3e58ff50b6dce.tar.bz2
RISC OS: Update for new hotlist API.
This allows the hotlist backend to work before the hotlist window opens.
Diffstat (limited to 'frontends/riscos/hotlist.c')
-rw-r--r--frontends/riscos/hotlist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/riscos/hotlist.c b/frontends/riscos/hotlist.c
index 24ced69b5..5eb30265a 100644
--- a/frontends/riscos/hotlist.c
+++ b/frontends/riscos/hotlist.c
@@ -496,9 +496,8 @@ static nserror ro_hotlist_init(void)
return res;
}
- res = hotlist_init(ncwin->core.cb_table,
- (struct core_window *)ncwin,
- nsoption_charp(hotlist_path));
+ res = hotlist_manager_init(ncwin->core.cb_table,
+ (struct core_window *)ncwin);
if (res != NSERROR_OK) {
free(ncwin);
return res;