setup: fix bug where setup dialog is stuck on Finished page

This commit is contained in:
Hylke Bons 2012-04-22 18:54:16 +02:00
parent ede2f02274
commit 42d7087fcb

View file

@ -26,6 +26,7 @@ using SparkleLib;
namespace SparkleShare {
public enum PageType {
None,
Setup,
Add,
Invite,
@ -591,6 +592,8 @@ namespace SparkleShare {
PreviousPath = "";
this.fetch_prior_history = false;
this.current_page = PageType.None;
if (HideWindowEvent != null)
HideWindowEvent ();