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 7e1a504d81
commit 3c966c980e

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