Bug 532449 - Tabs don't sync until 4 syncs have happened

Always update the lastModified time to avoid tabs only sometimes getting updated.
This commit is contained in:
Edward Lee 2009-12-02 19:03:27 -08:00
parent 4eea405002
commit 1e7437ce9f

View File

@ -1104,7 +1104,7 @@ WeaveSvc.prototype = {
throw "aborting sync, failed to get collections";
// Convert the response to an object and read out the modified times
for each (let engine in [Clients].concat(Engines.getEnabled()))
for each (let engine in [Clients].concat(Engines.getAll()))
engine.lastModified = info.obj[engine.name] || 0;
this._log.trace("Refreshing client list");