From 31b2ac5a612d6a3191e26edecdce8a6bc8d34136 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 20 Jun 2010 14:40:39 +0100 Subject: [PATCH] add a todo --- SparkleShare/SparkleDialog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 6ab72681..b3af6c27 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -140,6 +140,7 @@ namespace SparkleShare { SparkleHelpers.DebugInfo ("Config", "[" + RepoName + "] Cloning repository..."); + // TODO: don't freeze the UI while cloning a repo // Clone into the system's temporary folder Process.StartInfo.FileName = "git"; Process.StartInfo.WorkingDirectory = SparklePaths.SparkleTmpPath;