From a4e9f41948ddb07e1668a6b8e15c19d1838dc0ab Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 23 May 2020 20:56:20 +0100 Subject: gtk: Implement handling of new present_cookies callback Signed-off-by: Daniel Silverstone --- frontends/gtk/gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/gtk/gui.c') diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c index 17dbc499a..e5006d954 100644 --- a/frontends/gtk/gui.c +++ b/frontends/gtk/gui.c @@ -1183,6 +1183,7 @@ static struct gui_misc_table nsgtk_misc_table = { .quit = gui_quit, .launch_url = gui_launch_url, .pdf_password = nsgtk_pdf_password, + .present_cookies = nsgtk_cookies_present, }; -- cgit v1.2.3