diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 2957828e..7bd37197 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -372,8 +372,12 @@ namespace SparkleShare { SparkleShare.Controller.FolderFetchError += delegate { - Deletable = true; - Application.Invoke (delegate { ShowErrorPage (); }); + Application.Invoke (delegate { + + Deletable = true; + ShowErrorPage (); + + }); };