From 357bfaeaf676494b929993bcc694ecf5e78c138d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 17 Jan 2012 18:23:35 +0000 Subject: [PATCH] statusicon: display corrent icon names for syncing animation on Ubuntu. Fixes #502 --- SparkleShare/SparkleStatusIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index 5778f4a4..844dcef1 100755 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -161,7 +161,7 @@ namespace SparkleShare { else FrameNumber = 0; - string icon_name = "process-syncing-sparkleshare"; + string icon_name = "process-syncing-sparkleshare-"; for (int i = 0; i <= FrameNumber; i++) icon_name += "i";