diff --git a/SparkleShare/SparkleEventLogController.cs b/SparkleShare/SparkleEventLogController.cs index afb3a588..135ee78e 100755 --- a/SparkleShare/SparkleEventLogController.cs +++ b/SparkleShare/SparkleEventLogController.cs @@ -231,6 +231,9 @@ namespace SparkleShare { public void LinkClicked (string url) { + if (!url.StartsWith ("about:") || string.IsNullOrEmpty (url)) + return; + url = url.Replace ("%20", " "); if (url.StartsWith ("http")) {