fix some more paths

This commit is contained in:
Hylke Bons 2010-05-08 17:55:45 +01:00
parent e1bf63a9b0
commit a0667aa9b0

View file

@ -516,8 +516,12 @@ namespace SparkleShare {
Process.Start ();
Process.Exited += delegate {
Directory.Move (SparklePaths.SparkleTmpPath + RepoName,
SparklePaths.SparklePath + "Sticky");
Directory.Move (
SparkleHelpers.CombineMore (SparklePaths.SparkleTmpPath,
RepoName),
SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName)
);
AddDialog.Destroy ();
};