fix some things in the Add dialog

This commit is contained in:
Hylke Bons 2010-05-19 00:59:48 +01:00
parent e7a6e0e893
commit e7ba0d85b4

View file

@ -134,7 +134,8 @@ namespace SparkleShare {
SparklePaths.SparkleTmpPath;
Process.StartInfo.Arguments =
"clone " + SparkleHelpers.CombineMore (RepoRemoteUrl, RepoName);
"clone " + SparkleHelpers.CombineMore (RepoRemoteUrl, RepoName)
.Substring (2);
Process.Start ();
Process.Exited += delegate {