diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index 595e2836..9ceedbed 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -504,10 +504,10 @@ namespace SparkleShare { PreviousPath = ""; this.fetch_prior_history = false; - Program.Controller.UpdateState (); - if (HideWindowEvent != null) HideWindowEvent (); + + Program.Controller.UpdateState (); }