repo: get the remote changes if detected on a first connect

This commit is contained in:
Hylke Bons 2011-05-22 16:05:11 +01:00
parent aaabfe7bb1
commit 3b9cb28fea

View file

@ -251,7 +251,8 @@ namespace SparkleLib {
this.is_polling = false;
// Check for changes manually one more time
CheckForRemoteChanges ();
if (CheckForRemoteChanges ())
SyncDownBase ();
// Push changes that were made since the last disconnect
if (HasUnsyncedChanges)