From b5d8859a0bfbbb2e48aba7fa81081ebb3ebeb8d5 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 19 Mar 2011 23:00:59 +0000 Subject: [PATCH] [intro] fix previous commit --- SparkleShare/SparkleIntro.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index c4f39eea..2957828e 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -364,8 +364,8 @@ namespace SparkleShare { Application.Invoke (delegate { Deletable = true; - ShowErrorPage (); - + ShowSuccesPage (name); + }); };