From cdfa8c54c15bb821bed41a2ee0c455dad0c0b369 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 6 Jun 2012 10:52:41 +0100 Subject: [PATCH] setup controller: Fix Add page not showing up when tutorial was finished. Closes #777 --- SparkleShare/SparkleSetupController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index 040618d6..8c5f61bf 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -318,6 +318,8 @@ namespace SparkleShare { if (TutorialPageNumber == 5) { TutorialPageNumber = 0; + WindowIsOpen = false; + if (HideWindowEvent != null) HideWindowEvent ();