summaryrefslogtreecommitdiff
path: root/frontends/windows/window.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-23 21:16:10 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-23 21:18:47 +0100
commit60f8f0126d49dc5313d44858e9b4da0aeb1f5697 (patch)
treee8c0eb6319b8df874381e0c6190cf07aaeac5c3d /frontends/windows/window.c
parent8e0469d41db6b53f75c509d364cf25f3c0abc71a (diff)
downloadnetsurf-60f8f0126d49dc5313d44858e9b4da0aeb1f5697.tar.gz
netsurf-60f8f0126d49dc5313d44858e9b4da0aeb1f5697.tar.bz2
windows: Enable present_cookies callback
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'frontends/windows/window.c')
-rw-r--r--frontends/windows/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/window.c b/frontends/windows/window.c
index 716039aeb..e682eb889 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -1154,7 +1154,7 @@ nsws_window_command(HWND hwnd,
break;
case IDM_TOOLS_COOKIES:
- nsw32_cookies_present(hinst);
+ nsw32_cookies_present(NULL);
break;
case IDM_NAV_BOOKMARKS: