From 070664936a9a46e8eda32163631637bbabefaf72 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 19 Mar 2011 23:02:05 +0000 Subject: [PATCH] [intro] fix previous commit --- SparkleShare/SparkleIntro.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 (); + + }); };