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); + }); };