repo: don't allow force retry when already syncing

This commit is contained in:
Hylke Bons 2012-11-23 11:37:56 +00:00
parent 548a876e1d
commit 3be9fb80ba

View file

@ -282,7 +282,7 @@ namespace SparkleLib {
public void ForceRetry ()
{
if (Error == ErrorStatus.None)
if (Error == ErrorStatus.None || this.is_syncing)
return;
if (Error == ErrorStatus.LockedFiles)