From adc4c483c310d9fa4e26962ea6cc51ae7657ae45 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 23 Jul 2011 21:14:02 +0100 Subject: [PATCH] mac: fix reopening of about dialog --- SparkleShare/Mac/SparkleStatusIcon.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SparkleShare/Mac/SparkleStatusIcon.cs b/SparkleShare/Mac/SparkleStatusIcon.cs index e68c9de9..f72fb1e1 100644 --- a/SparkleShare/Mac/SparkleStatusIcon.cs +++ b/SparkleShare/Mac/SparkleStatusIcon.cs @@ -268,6 +268,9 @@ namespace SparkleShare { if (SparkleUI.About == null) SparkleUI.About = new SparkleAbout (); + else + SparkleUI.About.OrderFrontRegardless (); + }); };