[intro] fix previous commit

This commit is contained in:
Hylke Bons 2011-03-19 23:02:05 +00:00
parent b5d8859a0b
commit c533f21f65

View file

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