Fix compile error

This commit is contained in:
Hylke Bons 2011-06-05 16:41:15 +01:00
parent a8118e7025
commit 7fb154c8a6

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