logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: 84d5d7513da5182b70a4fc11ad21ee5951f98ed0
parent: a714ff5919030a9504f94bd10f2791836830892b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 31 May 2019 11:31:14 +0200

badwolf.c: Download destination, propagate event

This fixes a Segfault when the download is cancelled

Diffstat:

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

diff --git a/badwolf.c b/badwolf.c @@ -559,7 +559,7 @@ downloadCb_decide_destination(WebKitDownload *download, gtk_widget_destroy(file_dialog); - return TRUE; /* Stop other handlers */ + return FALSE; /* Let it propagate */ } static gboolean