[statusicon] fix annoying skewed star bug due to updating ui from a different thread

This commit is contained in:
Hylke Bons 2010-08-10 16:05:47 +01:00
parent 74b5a87b64
commit a22bc6f4b9

View file

@ -339,7 +339,7 @@ namespace SparkleShare {
Timer.Stop ();
Pixbuf = AnimationFrames [0];
Application.Invoke (delegate { SetPixbuf (AnimationFrames [0]); });
StateText = _("Up to date") + " (" + FormatFileSize (FolderSize) + ")";
}