[intro] fix previous commit

This commit is contained in:
Hylke Bons 2011-03-19 23:02:05 +00:00
parent c0c55d8908
commit 070664936a

View file

@ -372,8 +372,12 @@ namespace SparkleShare {
SparkleShare.Controller.FolderFetchError += delegate {
Deletable = true;
Application.Invoke (delegate { ShowErrorPage (); });
Application.Invoke (delegate {
Deletable = true;
ShowErrorPage ();
});
};