From 44631f6515ccdbd2495d6523b61bb935391e9ded Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 13 Jun 2013 18:17:04 +0100 Subject: [PATCH] Fix build --- SparkleLib/SparkleRepoBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleRepoBase.cs b/SparkleLib/SparkleRepoBase.cs index f545e073..54bc25a8 100755 --- a/SparkleLib/SparkleRepoBase.cs +++ b/SparkleLib/SparkleRepoBase.cs @@ -280,7 +280,7 @@ namespace SparkleLib { } while (HasLocalChanges); } - if (Status != SyncStatus.Idle && Status != Error) { + if (Status != SyncStatus.Idle && Status != SyncStatus.Error) { Status = SyncStatus.Idle; SyncStatusChanged (Status); }