setup: Clear all fields after completed Add action

This commit is contained in:
Hylke Bons 2013-06-30 17:26:40 +01:00
parent 3675d2a449
commit 9ae4a816bf

View file

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