From f3decdc503923160995878ed87e795769282aa29 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 10 Oct 2013 12:21:32 +0200 Subject: [PATCH] statusicon: No need to update the whole menu when just changing status --- SparkleShare/SparkleStatusIconController.cs | 1 - 1 file changed, 1 deletion(-) 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 ();