mac: fix reopening of about dialog

This commit is contained in:
Hylke Bons 2011-07-23 21:14:02 +01:00
parent 48730e8411
commit adc4c483c3

View file

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