mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Atari: Update for new hotlist API.
This commit is contained in:
parent
354656b442
commit
512a4335da
@ -73,7 +73,7 @@ static nserror atari_hotlist_init_phase2(struct core_window *cw,
|
||||
struct core_window_callback_table *cb_t)
|
||||
{
|
||||
LOG("cw:%p", cw);
|
||||
return(hotlist_init(cb_t, cw, hl.path));
|
||||
return(hotlist_manager_init(cb_t, cw);
|
||||
}
|
||||
|
||||
static void atari_hotlist_finish(struct core_window *cw)
|
||||
@ -199,6 +199,7 @@ void atari_hotlist_init(void)
|
||||
}
|
||||
|
||||
LOG("Hotlist: %s", (char *)&hl.path);
|
||||
hotlist_init(hl.path);
|
||||
|
||||
if( hl.window == NULL ){
|
||||
int flags = ATARI_TREEVIEW_WIDGETS;
|
||||
|
Loading…
Reference in New Issue
Block a user