From 7bfcdd8728c871b65abb9f8eb5ed15e4b34e26dd Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 20 May 2010 23:10:26 +0100 Subject: [PATCH] enable notifications by default --- SparkleShare/SparkleDialog.cs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 28b612ca..22684f82 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -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 (); };