From 3c966c980e29f8cc7020393536d45d3f5b898512 Mon Sep 17 00:00:00 2001 From: Kristi Date: Tue, 1 Feb 2011 01:19:22 -0800 Subject: [PATCH] Fix the open folder button at the end of the intro dialog --- SparkleShare/SparkleIntro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index c9bed7c9..a89212d8 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -589,7 +589,7 @@ namespace SparkleShare { open_folder_button.Clicked += delegate { - SparkleShare.Controller.OpenSparkleShareFolder (folder_name); + SparkleShare.Controller.OpenSparkleShareFolder (System.IO.Path.GetFileNameWithoutExtension(folder_name)); };