Fix the open folder button at the end of the intro dialog

This commit is contained in:
Kristi 2011-02-01 01:19:22 -08:00
parent a44b5bf9ff
commit 16a386933e

View file

@ -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));
};