Fixes "operator cannot be applied to operand of type `method group'" but not properly (I think)

This commit is contained in:
Xeross 2012-04-18 11:59:37 +02:00
parent 5549ccfdbd
commit 406897e9dd

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 ();