diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index fb53102a..f8478d19 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -26,6 +26,6 @@ using System.Reflection; namespace SparkleLib { public class Defines { - public const string INSTALL_DIR = "/usr/local/share/sparkleshare"; + public const string INSTALL_DIR = "/usr/share/sparkleshare"; } } diff --git a/SparkleShare/Linux/SparkleStatusIcon.cs b/SparkleShare/Linux/SparkleStatusIcon.cs index ecc42d7e..f06cf034 100644 --- a/SparkleShare/Linux/SparkleStatusIcon.cs +++ b/SparkleShare/Linux/SparkleStatusIcon.cs @@ -176,7 +176,7 @@ namespace SparkleShare { try_again_item.Activated += Controller.TryAgainDelegate (folder_name); (item.Submenu as Menu).Add (error_item); - (item.Submenu as Menu).Add (new SeparatorMenuItem (); + (item.Submenu as Menu).Add (new SeparatorMenuItem ()); (item.Submenu as Menu).Add (try_again_item); } else {