add some comments

This commit is contained in:
Hylke Bons 2010-05-29 16:37:07 +02:00
parent b29e3b3b49
commit c4dbaec151

View file

@ -204,7 +204,10 @@ namespace SparkleShare {
SparklePaths.SparklePath, RepoName); SparklePaths.SparklePath, RepoName);
Process.Start(); Process.Start();
} ); } );
// Destroy the Add dialog
Destroy (); Destroy ();
// Refresh the UI
SparkleShare.SparkleUI = new SparkleUI (true); SparkleShare.SparkleUI = new SparkleUI (true);
}; };