From 9ee9c94ad744f6fdba919130e76c8196c52ee647 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 19 Mar 2011 22:57:59 +0000 Subject: [PATCH] [intro] update UI in main thread --- SparkleShare/SparkleIntro.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index c7fc58ad..c4f39eea 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -361,10 +361,11 @@ namespace SparkleShare { SparkleShare.Controller.FolderFetched += delegate { - Deletable = true; - Application.Invoke (delegate { - ShowSuccessPage (name); // FIXME: doesn't always get called on big repos + + Deletable = true; + ShowErrorPage (); + }); };