logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: e3110230168447885451cc2673b1aa91a59aa7ae
parent: 31a237b7241c14b919c77c5fb735e7c372cd0780
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 17 May 2019 12:57:30 +0200

Bugfix: correctly use initialized web_context

Diffstat:

Mbadwolf.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/badwolf.c b/badwolf.c @@ -597,7 +597,7 @@ new_browser(struct Window *window, gchar *target_url, WebKitWebView *related_web browser->webView = WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, "web-context", - webkit_web_context_new_ephemeral(), + web_context, "related-view", related_web_view, "settings",