From 999b9d9d8e0e8acd667fdf444c71333a657e2cde Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 5 Sep 2010 15:56:06 +0100 Subject: [PATCH] [statusicon] code cleanup --- SparkleShare/SparkleStatusIcon.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]); + + }); };