From e227b3d29c0b3bc01084094a03e186b00c9980aa Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 25 Apr 2017 12:16:33 +0100 Subject: Windows: Update for core hotlist API change. --- frontends/windows/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/windows/main.c') diff --git a/frontends/windows/main.c b/frontends/windows/main.c index 442c71b06..ec2b20ff2 100644 --- a/frontends/windows/main.c +++ b/frontends/windows/main.c @@ -371,7 +371,8 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd) urldb_load(nsoption_charp(url_file)); urldb_load_cookies(nsoption_charp(cookie_file)); - hotlist_init(nsoption_charp(hotlist_path)); + hotlist_init(nsoption_charp(hotlist_path), + nsoption_charp(hotlist_path)); ret = nsws_create_main_class(hInstance); ret = nsws_create_drawable_class(hInstance); -- cgit v1.2.3