bug 314258 "nsIAddonUpdateCheckListener is not defined" exception causes software update
to put up the incompatible extension message even when they're all compatible (firefox and thunderbird) r/sr=darin git-svn-id: svn://10.0.0.236/trunk@183293 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
22558369c6
commit
08661f0015
@ -2798,7 +2798,7 @@ function showPromptIfNoIncompatibilities(update) {
|
||||
onAddonUpdateStarted: function(addon) {
|
||||
},
|
||||
onAddonUpdateEnded: function(addon, status) {
|
||||
if (status == nsIAddonUpdateCheckListener.STATUS_UPDATE &&
|
||||
if (status == Components.interfaces.nsIAddonUpdateCheckListener.STATUS_UPDATE &&
|
||||
addonIsCompatible(addon, update.extensionVersion)) {
|
||||
for (var i = 0; i < this._addons.length; ++i) {
|
||||
if (this._addons[i] == addon) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user