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.Start ();
Process.Exited += delegate { Process.Exited += delegate {
Directory.Move (SparklePaths.SparkleTmpPath + RepoName, Directory.Move (
SparklePaths.SparklePath + "Sticky"); SparkleHelpers.CombineMore (SparklePaths.SparkleTmpPath,
RepoName),
SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName)
);
AddDialog.Destroy (); AddDialog.Destroy ();
}; };