From 67b2e55b1cb0427c0f9fef0b2a18911909f380ad Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 21 Aug 2010 23:56:40 +0100 Subject: [PATCH] [intro] update statusicon menu after succesful clone --- SparkleShare/SparkleIntro.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index bd42ae99..c3af0c28 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -553,6 +553,8 @@ namespace SparkleShare { if (SparkleUI.NotificationIcon == null) SparkleUI.NotificationIcon = new SparkleStatusIcon (); + else + SparkleUI.NotificationIcon.CreateMenu (); Destroy ();