[intro] update UI in main thread

This commit is contained in:
Hylke Bons 2011-03-19 22:57:59 +00:00
parent 859e0436cd
commit 9856ae4708

View file

@ -361,10 +361,11 @@ namespace SparkleShare {
SparkleShare.Controller.FolderFetched += delegate {
Deletable = true;
Application.Invoke (delegate {
ShowSuccessPage (name); // FIXME: doesn't always get called on big repos
Deletable = true;
ShowErrorPage ();
});
};