Merge pull request #707 from xeross/master

Fix compile error in Linux SparkleSetup.cs
This commit is contained in:
Hylke Bons 2012-04-18 05:49:15 -07:00
commit 2768426235

View file

@ -516,7 +516,7 @@ namespace SparkleShare {
Description = _("You can find it in your SparkleShare folder");
// A button that opens the synced folder
Button open_folder_button = new Button (string.Format ("Open {0}", Path.GetFileName (Controller.PreviousPath)));
Button open_folder_button = new Button (string.Format ("Open {0}", System.IO.Path.GetFileName (Controller.PreviousPath)));
open_folder_button.Clicked += delegate {
Controller.OpenFolderClicked ();