From 8f6a6f07108e2bf0be41ac298680c488e322b88a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 16 Nov 2010 23:27:01 +0000 Subject: [PATCH] Create a working Mac solution file and add some temporary workarounds --- SparkleLib/SparkleRepo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index ad712f2f..144298b7 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -658,7 +658,7 @@ namespace SparkleLib { } */ - + Process process = new Process () { EnableRaisingEvents = true };