From 75aee1c8ed82e1ce74151303b288b7343a6d165c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 18 Mar 2018 08:12:59 +0000 Subject: [PATCH] linux statusicon: Use symbolic icons when using appindicator --- SparkleShare/Linux/StatusIcon.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SparkleShare/Linux/StatusIcon.cs b/SparkleShare/Linux/StatusIcon.cs index cefdd0be..c4f2fee1 100644 --- a/SparkleShare/Linux/StatusIcon.cs +++ b/SparkleShare/Linux/StatusIcon.cs @@ -68,9 +68,6 @@ namespace SparkleShare { Application.Invoke (delegate { string icon_name = "org.sparkleshare.SparkleShare"; - if (use_appindicator) - icon_name += "-symbolic"; - if (state == IconState.SyncingUp) icon_name = "process-syncing-up"; else if (state == IconState.SyncingDown) @@ -82,6 +79,7 @@ namespace SparkleShare { if (use_appindicator) { #if HAVE_APP_INDICATOR + icon_name += "-symbolic"; indicator.IconName = icon_name; // Force update of the status icon