linux statusicon: Fix statusicon animation. Closes #849

This commit is contained in:
Hylke Bons 2012-07-13 15:24:06 +02:00
parent 64bb74f06e
commit 90f1c12f3d

View file

@ -290,10 +290,10 @@ namespace SparkleShare {
{
this.animation_frames = new Gdk.Pixbuf [5];
this.animation_frames [0] = SparkleUIHelpers.GetIcon ("process-syncing-i", 24);
this.animation_frames [0] = SparkleUIHelpers.GetIcon ("process-syncing-ii", 24);
this.animation_frames [0] = SparkleUIHelpers.GetIcon ("process-syncing-iii", 24);
this.animation_frames [0] = SparkleUIHelpers.GetIcon ("process-syncing-iiii", 24);
this.animation_frames [0] = SparkleUIHelpers.GetIcon ("process-syncing-iiiii", 24);
this.animation_frames [1] = SparkleUIHelpers.GetIcon ("process-syncing-ii", 24);
this.animation_frames [2] = SparkleUIHelpers.GetIcon ("process-syncing-iii", 24);
this.animation_frames [3] = SparkleUIHelpers.GetIcon ("process-syncing-iiii", 24);
this.animation_frames [4] = SparkleUIHelpers.GetIcon ("process-syncing-iiiii", 24);
}