statusicon: No need to update the whole menu when just changing status

This commit is contained in:
Hylke Bons 2013-10-10 12:21:32 +02:00
parent a66063f970
commit f3decdc503

View file

@ -205,7 +205,6 @@ namespace SparkleShare {
timer.Elapsed += delegate {
UpdateIconEvent (CurrentState);
UpdateStatusItemEvent (StateText);
UpdateMenuEvent (CurrentState);
};
timer.Start ();