зеркало из https://github.com/mozilla/pjs.git
Bug 296187 - Typo prevents version updating during install, patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver
This commit is contained in:
Родитель
d640198a70
Коммит
09f1d37491
|
@ -4670,7 +4670,7 @@ RDFItemUpdater.prototype = {
|
|||
}
|
||||
if (!this._versionUpdateOnly && newerItem)
|
||||
gOS.notifyObservers(newerItem, "Update:Extension:Item-Ended", "update-check-success");
|
||||
else if (this.__versionUpdateOnly && sameItem)
|
||||
else if (this._versionUpdateOnly && sameItem)
|
||||
gOS.notifyObservers(sameItem, "Update:Extension:Item-Ended", "update-check-success");
|
||||
else
|
||||
gOS.notifyObservers(aLocalItem, "Update:Extension:Item-Ended", "update-check-no-update");
|
||||
|
|
Загрузка…
Ссылка в новой задаче