summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-07-15 15:10:34 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-07-15 15:13:10 +0200
commit1cf49891d10cddb319206db52a4884984b4354e9 (patch)
treef878185d15d769ea791aca5af64ba494ffd3145a
parent40dd1a820bb8f99c51228e0d06061e7d393dd8c4 (diff)
debian/patches: add 0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch
Fill the status icon array correctly so the in-progress animation gets shown instead of blinking.
-rw-r--r--debian/patches/0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch30
-rw-r--r--debian/patches/series1
2 files changed, 31 insertions, 0 deletions
diff --git a/debian/patches/0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch b/debian/patches/0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch
new file mode 100644
index 0000000..187eb3b
--- /dev/null
+++ b/debian/patches/0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch
@@ -0,0 +1,30 @@
+From: Hylke Bons <hylkebons@gmail.com>
+Date: Fri, 13 Jul 2012 15:24:06 +0200
+Subject: [PATCH] linux statusicon: Fix statusicon animation. Closes #849
+
+---
+ SparkleShare/Linux/SparkleStatusIcon.cs | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/SparkleShare/Linux/SparkleStatusIcon.cs b/SparkleShare/Linux/SparkleStatusIcon.cs
+index dc71709..6f02fd1 100644
+--- a/SparkleShare/Linux/SparkleStatusIcon.cs
++++ b/SparkleShare/Linux/SparkleStatusIcon.cs
+@@ -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);
+ }
+
+
+--
+1.7.10.2.1.g8c77c3c
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6f68215
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch