mac: fix reopening of about dialog

This commit is contained in:
Hylke Bons 2011-07-23 21:14:02 +01:00
parent 1c283c2d9c
commit 1804ff98ef

View file

@ -268,6 +268,9 @@ namespace SparkleShare {
if (SparkleUI.About == null)
SparkleUI.About = new SparkleAbout ();
else
SparkleUI.About.OrderFrontRegardless ();
});
};