intro: use the real folder name instead of the canonical name for the Open Folder button

This commit is contained in:
Hylke Bons 2011-05-22 19:17:13 +01:00
parent 4d6ea9d707
commit 7897e5b2bc

View file

@ -340,7 +340,7 @@ namespace SparkleShare {
SparkleShare.Controller.FolderFetched += delegate {
InvokeOnMainThread (delegate {
ShowSuccessPage (canonical_name);
ShowSuccessPage (name);
});
};