diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index 10f206a2..903f30e6 100644 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -105,7 +105,11 @@ namespace SparkleShare { else FrameNumber = 0; - Application.Invoke (delegate { SetPixbuf (AnimationFrames [FrameNumber]); }); + Application.Invoke (delegate { + + SetPixbuf (AnimationFrames [FrameNumber]); + + }); };