[statusicon] code cleanup

This commit is contained in:
Hylke Bons 2010-09-05 15:56:06 +01:00
parent 2fe56ff656
commit b8b15d3964

View file

@ -105,7 +105,11 @@ namespace SparkleShare {
else
FrameNumber = 0;
Application.Invoke (delegate { SetPixbuf (AnimationFrames [FrameNumber]); });
Application.Invoke (delegate {
SetPixbuf (AnimationFrames [FrameNumber]);
});
};