diff --git a/SparkleLib/SparkleConfig.cs b/SparkleLib/SparkleConfig.cs index bbfae552..bbf0bc37 100644 --- a/SparkleLib/SparkleConfig.cs +++ b/SparkleLib/SparkleConfig.cs @@ -28,10 +28,9 @@ namespace SparkleLib { public static string ConfigPath = Path.Combine ( Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), - "sparkleshare"); + "sparkleshare"); - public static SparkleConfig DefaultConfig = new SparkleConfig ( - ConfigPath, "config.xml"); + public static SparkleConfig DefaultConfig = new SparkleConfig (ConfigPath, "config.xml"); public string FullPath; @@ -251,7 +250,6 @@ namespace SparkleLib { } - public List Hosts { get { List hosts = new List (); @@ -350,3 +348,4 @@ namespace SparkleLib { base (message) { } } } +