mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
RISC OS: Update for core hotlist API change.
This commit is contained in:
parent
a137de40a9
commit
0d8ed168b2
@ -1185,7 +1185,8 @@ static nserror gui_init(int argc, char** argv)
|
||||
/* Load in visited URLs, Cookies, and hostlist */
|
||||
urldb_load(nsoption_charp(url_path));
|
||||
urldb_load_cookies(nsoption_charp(cookie_file));
|
||||
hotlist_init(nsoption_charp(hotlist_path));
|
||||
hotlist_init(nsoption_charp(hotlist_path),
|
||||
nsoption_charp(hotlist_save));
|
||||
|
||||
/* Initialise with the wimp */
|
||||
error = xwimp_initialise(wimp_VERSION_RO38, task_name,
|
||||
|
@ -583,7 +583,7 @@ nserror ro_gui_hotlist_finalise(void)
|
||||
return NSERROR_OK;
|
||||
}
|
||||
|
||||
res = hotlist_fini(nsoption_charp(hotlist_save));
|
||||
res = hotlist_fini();
|
||||
if (res == NSERROR_OK) {
|
||||
res = ro_corewindow_fini(&hotlist_window->core);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user