From 9ae4a816bfbdb26ab9d501759f08bff571609932 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 30 Jun 2013 17:26:40 +0100 Subject: [PATCH] setup: Clear all fields after completed Add action --- SparkleShare/SparkleSetupController.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index 81d1dc62..d679b3b6 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -569,9 +569,12 @@ namespace SparkleShare { PreviousUrl = ""; PreviousAddress = ""; PreviousPath = ""; - this.fetch_prior_history = false; + this.fetch_prior_history = false; + this.saved_address = ""; + this.saved_remote_path = ""; this.current_page = PageType.None; + WindowIsOpen = false; HideWindowEvent (); }