Add some TODO's

This commit is contained in:
Hylke Bons 2011-03-04 17:03:29 +00:00
parent d523f13eac
commit 203334a6a2
2 changed files with 3 additions and 2 deletions

View file

@ -996,7 +996,7 @@ namespace SparkleLib {
entries.Add (last_entry);
// TODO: Need to optimise for speed
foreach (string log_entry in entries) {
Regex regex;

View file

@ -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 <SparkleRepo> ();
foreach (string folder_path in Directory.GetDirectories (SparklePaths.SparklePath))