From 6a89bfe9614fc4e655b092aef1bfa57920a84214 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 5 Jun 2011 16:41:15 +0100 Subject: [PATCH] Fix compile error --- SparkleShare/SparkleLinController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleLinController.cs b/SparkleShare/SparkleLinController.cs index 63824e30..7ffb0fc4 100644 --- a/SparkleShare/SparkleLinController.cs +++ b/SparkleShare/SparkleLinController.cs @@ -41,7 +41,7 @@ namespace SparkleShare { public override void EnableSystemAutostart () { string autostart_path = Path.Combine (Environment.GetFolderPath ( - Environment.SpecialFolder.ApplicationData, "autostart"); + Environment.SpecialFolder.ApplicationData), "autostart"); string desktopfile_path = Path.Combine (autostart_path, "sparkleshare.desktop");