Bug 519147 - "Sign In" is greyed out in Weave menu when Firefox starts, in Weave 0.7pre4

Switch back to STATUS_OK (from STATUS_DELAYED) when the delayed startup is actually called.
This commit is contained in:
Edward Lee 2009-10-07 10:47:55 -07:00
parent 3b609cc8bc
commit af5e61b913

View File

@ -264,6 +264,8 @@ WeaveSvc.prototype = {
// xxx we might need to split some of this out into something we can call
// again when username/server/etc changes
_onStartup: function _onStartup() {
Status.service = STATUS_OK;
this._registerEngines();
// Reset our sync id if we're upgrading, so sync knows to reset local data