From 7897e5b2bcb24a5b474ac6a2cae1f31f26e0576e Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 22 May 2011 19:17:13 +0100 Subject: [PATCH] intro: use the real folder name instead of the canonical name for the Open Folder button --- SparkleShare/Mac/SparkleIntro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Mac/SparkleIntro.cs b/SparkleShare/Mac/SparkleIntro.cs index 1640cc19..0ac6eb02 100644 --- a/SparkleShare/Mac/SparkleIntro.cs +++ b/SparkleShare/Mac/SparkleIntro.cs @@ -340,7 +340,7 @@ namespace SparkleShare { SparkleShare.Controller.FolderFetched += delegate { InvokeOnMainThread (delegate { - ShowSuccessPage (canonical_name); + ShowSuccessPage (name); }); };