From 5490e722f04b90f41b953f57b46c0bed1333f98f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 22 Sep 2011 17:17:26 +0100 Subject: [PATCH] Only show the tutorial on first run --- SparkleShare/SparkleSetupController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index deaf479d..0247a543 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -94,9 +94,8 @@ namespace SparkleShare { public void ShowAddPage () { - this.tutorial_page_number = 1; if (ChangePageEvent != null) - ChangePageEvent (PageType.Tutorial); + ChangePageEvent (PageType.Add); }