diff --git a/SparkleLib/SparkleConfig.cs b/SparkleLib/SparkleConfig.cs index bfcca4e8..50ea2b95 100755 --- a/SparkleLib/SparkleConfig.cs +++ b/SparkleLib/SparkleConfig.cs @@ -47,10 +47,7 @@ namespace SparkleLib { public string FoldersPath { get { - if (GetConfigOption ("folders_path") != null) - return GetConfigOption ("folders_path"); - else - return Path.Combine (HomePath, "SparkleShare"); + return Path.Combine (HomePath, "SparkleShare"); } }