From 203334a6a2b430a473a19db900b63c09fbfa4fd9 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 4 Mar 2011 17:03:29 +0000 Subject: [PATCH] Add some TODO's --- SparkleLib/SparkleRepo.cs | 2 +- SparkleShare/SparkleController.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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))