fix some things in the Add dialog

This commit is contained in:
Hylke Bons 2010-05-19 00:59:48 +01:00
parent f43d0623a5
commit 35609d0947

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 {