logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: 47917409e60e75bd7f1df27f2257d0ea99536e21
parent: 346048a59fad3f6bfd2e3be4d821a8d89612b2d1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 12 May 2019 06:00:20 +0200

badwolf.c: x/gbool / c/gboolean /

Diffstat:

Mbadwolf.c4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/badwolf.c b/badwolf.c @@ -37,7 +37,7 @@ struct Client GtkWidget *search; }; -gchar *ensure_uri_scheme(gchar *text, gbool try_file); +gchar *ensure_uri_scheme(gchar *text, gboolean try_file); static gboolean WebViewCb_close(WebKitWebView *webView, gpointer user_data); static gboolean commonCb_key_press_event(struct Window *window, GdkEvent *event, struct Client *browser); @@ -83,7 +83,7 @@ notebookCb_switch__page(GtkNotebook *notebook, GtkWidget *page, guint page_num, gint get_tab_position(GtkContainer *notebook, GtkWidget *child); gchar * -ensure_uri_scheme(gchar *text, gbool try_file) +ensure_uri_scheme(gchar *text, gboolean try_file) { if(text == NULL) return "about:blank";