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 6136730fab
commit 357bfaeaf6

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