enable notifications by default

This commit is contained in:
Hylke Bons 2010-05-20 23:10:26 +01:00
parent a15108da1d
commit 7bfcdd8728

View file

@ -137,14 +137,10 @@ namespace SparkleShare {
RepoName)
);
// Enable notifications and synchronisation by default
File.Create (SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName, ".git",
"sparkleshare.notify"));
File.Create (SparkleHelpers.CombineMore (SparklePaths.SparklePath,
RepoName, ".git",
"sparkleshare.sync"));
// Enable notifications by default
File.Create (
SparkleHelpers.CombineMore (SparklePaths.SparkleConfigPath,
"sparkleshare.notify"));
Destroy ();
};