mac intro: fix Open Folder button at the end of initial sync

This commit is contained in:
Hylke Bons 2011-05-26 02:06:34 +01:00
parent 898c685cb6
commit a719230a70

View file

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