From 6f5941705ef3bb477dcf2050d645086937fae0e5 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 10 Oct 2013 18:19:59 +0200 Subject: [PATCH] statusicon: Fix compile error --- SparkleShare/Linux/SparkleStatusIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/SparkleStatusIcon.cs b/SparkleShare/Linux/SparkleStatusIcon.cs index 5408067b..01564a98 100644 --- a/SparkleShare/Linux/SparkleStatusIcon.cs +++ b/SparkleShare/Linux/SparkleStatusIcon.cs @@ -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 }); };