config: Remove the folders_path option

This commit is contained in:
Hylke Bons 2012-07-14 13:18:13 +02:00
parent 74f89b1780
commit 0514d3963f

View file

@ -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");
}
}