setup: add TODO

This commit is contained in:
Hylke Bons 2012-06-26 20:35:25 +01:00
parent 0d9f4c2123
commit b63474e253

View file

@ -154,7 +154,7 @@ namespace SparkleShare {
Plugins.Insert (0, new SparklePlugin (xml_file_path));
} else if (xml_file_path.EndsWith ("ssnet.xml")) {
Plugins.Insert ((local_plugins_count + 1), new SparklePlugin (xml_file_path));
// Plugins.Insert ((local_plugins_count + 1), new SparklePlugin (xml_file_path)); TODO: Skip this plugin for now
} else {
Plugins.Add (new SparklePlugin (xml_file_path));