зеркало из https://github.com/mozilla/gecko-dev.git
Fixing orange caused by Bug 335667 - After compatibility check extensions don't show up. r=bsmedberg
This commit is contained in:
Родитель
07863e899c
Коммит
72891cfb1c
|
@ -3671,6 +3671,7 @@ ExtensionManager.prototype = {
|
|||
ds.getItemProperty(id, "satisfiesDependencies") == "true") {
|
||||
if (ds.getItemProperty(id, EM_R("appDisabled")))
|
||||
ds.setItemProperty(id, EM_R("appDisabled"), null);
|
||||
}
|
||||
else if (!ds.getItemProperty(id, EM_R("appDisabled")))
|
||||
ds.setItemProperty(id, EM_R("appDisabled"), EM_L("true"));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче