Fixing orange caused by Bug 335667 - After compatibility check extensions don't show up. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@195681 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user