From c4dbaec151fccee26519cbad4f1c57e2f8660fbe Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 29 May 2010 16:37:07 +0200 Subject: [PATCH] add some comments --- SparkleShare/SparkleDialog.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 364d93f9..442238b9 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -204,7 +204,10 @@ namespace SparkleShare { SparklePaths.SparklePath, RepoName); Process.Start(); } ); + // Destroy the Add dialog Destroy (); + + // Refresh the UI SparkleShare.SparkleUI = new SparkleUI (true); };