setup controller: Fix Add page not showing up when tutorial was finished. Closes #777

This commit is contained in:
Hylke Bons 2012-06-06 10:52:41 +01:00
parent 9f82653208
commit cdfa8c54c1

View file

@ -318,6 +318,8 @@ namespace SparkleShare {
if (TutorialPageNumber == 5) {
TutorialPageNumber = 0;
WindowIsOpen = false;
if (HideWindowEvent != null)
HideWindowEvent ();