diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index b857edbd..963a442b 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -996,7 +996,7 @@ namespace SparkleLib { entries.Add (last_entry); - + // TODO: Need to optimise for speed foreach (string log_entry in entries) { Regex regex; diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 8814735c..3574a34f 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -612,7 +612,8 @@ namespace SparkleShare { // folders in the SparkleShare folder private void PopulateRepositories () { - + + // FIXME: Opening a log from the menu whilst populating crashes SparkleShare Repositories = new List (); foreach (string folder_path in Directory.GetDirectories (SparklePaths.SparklePath))