From b63474e2537618f04043e50c72852072bff34242 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 26 Jun 2012 20:35:25 +0100 Subject: [PATCH] setup: add TODO --- SparkleShare/SparkleSetupController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index 42818dab..8ebc92cf 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -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));