[intro] update UI in main thread

This commit is contained in:
Hylke Bons 2011-03-19 22:57:59 +00:00
parent c2594f0528
commit 9ee9c94ad7

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