Bug 564365 - canceling setup, then setting up Weave, doesn't set firstrun pref, causing problems later, r=mardak
This commit is contained in:
Родитель
ba0b57c5c7
Коммит
40454136f7
|
@ -635,6 +635,8 @@ WeaveSvc.prototype = {
|
|||
this.resetClient();
|
||||
// Reset Weave prefs
|
||||
Svc.Prefs.resetBranch("");
|
||||
// set lastversion pref
|
||||
Svc.Prefs.set("lastversion", WEAVE_VERSION);
|
||||
// Find weave logins and remove them.
|
||||
Svc.Login.findLogins({}, PWDMGR_HOST, "", "").map(function(login) {
|
||||
Svc.Login.removeLogin(login);
|
||||
|
|
Загрузка…
Ссылка в новой задаче