Only show the tutorial on first run

This commit is contained in:
Hylke Bons 2011-09-22 17:17:26 +01:00
parent dcf417c4ef
commit 5490e722f0

View file

@ -94,9 +94,8 @@ namespace SparkleShare {
public void ShowAddPage ()
{
this.tutorial_page_number = 1;
if (ChangePageEvent != null)
ChangePageEvent (PageType.Tutorial);
ChangePageEvent (PageType.Add);
}