statusicon: Fix compile error

This commit is contained in:
Hylke Bons 2013-10-10 18:19:59 +02:00
parent 33b00f6a2c
commit 6f5941705e

View file

@ -80,7 +80,7 @@ namespace SparkleShare {
this.indicator.Status = (int) IndicatorStatus.Attention;
this.indicator.Status = (int) IndicatorStatus.Active;
#else
this.status_icon.IconName = icon_name
this.status_icon.IconName = icon_name;
#endif
});
};