Fix compile error

This commit is contained in:
Hylke Bons 2011-06-05 16:41:15 +01:00
parent b977b22410
commit 6a89bfe961

View file

@ -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");