Fix event log on Linux

This commit is contained in:
Hylke Bons 2012-01-24 15:42:33 +00:00
parent 602ffa2280
commit 1ad0b32578

View file

@ -224,7 +224,7 @@ namespace SparkleShare {
Application.Invoke (delegate { Application.Invoke (delegate {
this.spinner.Stop (); 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.Remove (this.content_wrapper.Child);
this.content_wrapper.Add (this.scrolled_window); this.content_wrapper.Add (this.scrolled_window);
this.content_wrapper.ShowAll (); this.content_wrapper.ShowAll ();