mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Amiga: Update for core hotlist API change.
This commit is contained in:
parent
c47b9f465c
commit
a44a0875a7
@ -1019,7 +1019,8 @@ static void gui_init2(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
hotlist_init(nsoption_charp(hotlist_file));
|
hotlist_init(nsoption_charp(hotlist_file),
|
||||||
|
nsoption_charp(hotlist_file));
|
||||||
search_web_select_provider(nsoption_int(search_provider));
|
search_web_select_provider(nsoption_int(search_provider));
|
||||||
|
|
||||||
if (notalreadyrunning &&
|
if (notalreadyrunning &&
|
||||||
@ -3042,7 +3043,7 @@ static void gui_quit(void)
|
|||||||
|
|
||||||
urldb_save(nsoption_charp(url_file));
|
urldb_save(nsoption_charp(url_file));
|
||||||
urldb_save_cookies(nsoption_charp(cookie_file));
|
urldb_save_cookies(nsoption_charp(cookie_file));
|
||||||
hotlist_fini(nsoption_charp(hotlist_file));
|
hotlist_fini();
|
||||||
#ifdef __amigaos4__
|
#ifdef __amigaos4__
|
||||||
if(IApplication && ami_appid)
|
if(IApplication && ami_appid)
|
||||||
UnregisterApplication(ami_appid, NULL);
|
UnregisterApplication(ami_appid, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user