From: Jean-Philippe Orsini Date: Thu, 24 Apr 2014 09:38:00 +0000 (+0200) Subject: avoid 'reload' to show local fs X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain avoid 'reload' to show local fs --- diff --git a/src/webbrowser.c b/src/webbrowser.c index bb69e34..829ceee 100644 --- a/src/webbrowser.c +++ b/src/webbrowser.c @@ -71,7 +71,7 @@ GtkWidget *web_get_widget() void web_load(const char *str) { - webkit_web_view_load_string(view, str, NULL, "UTF-8", "file://"); + webkit_web_view_load_string(view, str, NULL, "UTF-8", ""); } void webbrowser_init(GtkStatusbar *status)