avoid 'reload' to show local fs
[prss.git] / src / webbrowser.c
index bb69e34..829ceee 100644 (file)
@@ -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)