diff --git a/SparkleShare/Linux/SparkleStatusIcon.cs b/SparkleShare/Linux/SparkleStatusIcon.cs index 28febffd..9e7e6854 100644 --- a/SparkleShare/Linux/SparkleStatusIcon.cs +++ b/SparkleShare/Linux/SparkleStatusIcon.cs @@ -153,7 +153,7 @@ namespace SparkleShare { foreach (KeyValuePair pair in project.UnsyncedChangesInfo) (item.Submenu as Menu).Add (new MenuItem (pair.Key) { Image = new Image () { - File = new string [] {icons_path, pair.Value.Replace ("-12", ""))}.Combine () }, + File = new string [] {icons_path, pair.Value.Replace ("-12", "")}.Combine () }, Sensitive = false });