diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index 7e9be87e..e1ef043c 100644 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -339,7 +339,7 @@ namespace SparkleShare { Timer.Stop (); - Pixbuf = AnimationFrames [0]; + Application.Invoke (delegate { SetPixbuf (AnimationFrames [0]); }); StateText = _("Up to date") + " (" + FormatFileSize (FolderSize) + ")"; }