event log: use file:/// resource for the webview resource

This commit is contained in:
Hylke Bons 2012-01-12 01:17:56 +00:00
parent ab2ee404b5
commit 6aa4829f1a

View file

@ -225,7 +225,7 @@ namespace SparkleShare {
Application.Invoke (delegate {
this.spinner.Stop ();
this.web_view.LoadString (html, null, null, "file://");
this.web_view.LoadString (html, null, null, "file:///");
this.content_wrapper.Remove (this.content_wrapper.Child);
this.content_wrapper.Add (this.scrolled_window);
this.content_wrapper.ShowAll ();