зеркало из https://github.com/mozilla/pjs.git
Fix for bug 158373: [REG] AOD is showing up on the end user's component
list (r=smeredith)
This commit is contained in:
Родитель
cc6da1eafc
Коммит
32f0430cdd
|
@ -1840,6 +1840,11 @@ void invisible()
|
|||
strAttributes.Replace("SELECTED", "UNSELECTED");
|
||||
}
|
||||
|
||||
if (strcmp(strAttributes, "SELECTED") == 0)
|
||||
// Include INVISIBLE attribute for AOD component
|
||||
WritePrivateProfileString(Components[i].compname, "Attributes",
|
||||
"SELECTED|INVISIBLE", iniDstPath);
|
||||
else
|
||||
WritePrivateProfileString(Components[i].compname, "Attributes",
|
||||
strAttributes, iniDstPath);
|
||||
componentOrder++;
|
||||
|
|
Загрузка…
Ссылка в новой задаче