Only show the tutorial on first run

This commit is contained in:
Hylke Bons 2011-09-22 17:17:26 +01:00
parent fb4b14a6b3
commit ee80e5dfef

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