From 1ad0b325780597ccc58c7493d02062110c9f02a1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 24 Jan 2012 15:42:33 +0000 Subject: [PATCH] Fix event log on Linux --- SparkleShare/SparkleEventLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleEventLog.cs b/SparkleShare/SparkleEventLog.cs index 5886a5ede..cf14fd7b 100755 --- a/SparkleShare/SparkleEventLog.cs +++ b/SparkleShare/SparkleEventLog.cs @@ -224,7 +224,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 ();