diff --git a/SparkleShare/SparkleStatusIconController.cs b/SparkleShare/SparkleStatusIconController.cs index f3bd48eb..c41aef62 100755 --- a/SparkleShare/SparkleStatusIconController.cs +++ b/SparkleShare/SparkleStatusIconController.cs @@ -205,7 +205,6 @@ namespace SparkleShare { timer.Elapsed += delegate { UpdateIconEvent (CurrentState); UpdateStatusItemEvent (StateText); - UpdateMenuEvent (CurrentState); }; timer.Start ();