Fix build

This commit is contained in:
Hylke Bons 2013-06-13 18:11:10 +01:00
parent 69b3913565
commit 3e8b5ed802

View file

@ -187,7 +187,7 @@ namespace SparkleLib {
if (HasUnsyncedChanges && !this.is_syncing && Error == ErrorStatus.None)
SyncUpBase ();
if (Status != SyncStatus.Idle && Status != Error) {
if (Status != SyncStatus.Idle && Status != SyncStatus.Error) {
Status = SyncStatus.Idle;
SyncStatusChanged (Status);
}