Fix build. Closes #479

This commit is contained in:
Hylke Bons 2011-12-09 22:20:46 +01:00
parent 0c75dee12c
commit 4b2b273783

View file

@ -161,6 +161,10 @@ namespace SparkleShare {
else
FrameNumber = 0;
string icon_name = "process-syncing-sparkleshare";
for (int i = 0; i <= FrameNumber; i++)
icon_name += "i";
Application.Invoke (delegate {
#if HAVE_APP_INDICATOR
this.indicator.IconName = icon_name;