setup: remove short delay after pressing Finish button

This commit is contained in:
Hylke Bons 2012-04-11 20:04:26 +02:00
parent 1940a3a1a5
commit dcaef56e86

View file

@ -504,10 +504,10 @@ namespace SparkleShare {
PreviousPath = "";
this.fetch_prior_history = false;
Program.Controller.UpdateState ();
if (HideWindowEvent != null)
HideWindowEvent ();
Program.Controller.UpdateState ();
}