statusicon: display corrent icon names for syncing animation on Ubuntu. Fixes #502

This commit is contained in:
Hylke Bons 2012-01-17 18:23:35 +00:00
parent e50cbc69bb
commit f2b7a87e7b

View file

@ -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";