summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/atari/hotlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index 655b623fe..0f4a5c26a 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -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;