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 67774aa0f7
commit ff727ed834

View file

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