Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
OpenSparkleShareFolder support for <folders_path>
Browse files Browse the repository at this point in the history
Fixing #16
  • Loading branch information
PierreAronnax committed Oct 26, 2011
1 parent 6baec65 commit 6446733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleShare/Windows/SparkleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public override bool CreateSparkleShareFolder ()
public override void OpenSparkleShareFolder (string subfolder)
{
Process process = new Process();
process.StartInfo.Arguments = ",/root," + SparkleHelpers.CombineMore(SparklePaths.SparklePath, subfolder);
process.StartInfo.Arguments = ",/root," + SparkleHelpers.CombineMore(SparkleConfig.DefaultConfig.FoldersPath, subfolder);
process.StartInfo.FileName = "explorer";

process.Start();
Expand Down

0 comments on commit 6446733

Please sign in to comment.