fix for bug#57340; custom components not showing up in build;added additional field

git-svn-id: svn://10.0.0.236/trunk@83394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com
2000-12-08 04:00:29 +00:00
parent d13601b2b6
commit bfca7cdf85
3 changed files with 14 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ int BuildComponentList(COMPONENT *comps, int *compNum, CString iniSrcPath,int in
comps[*compNum].selected = (strstr(attr, "SELECTED") != NULL);
comps[*compNum].invisible = (strstr(attr, "INVISIBLE") != NULL);
comps[*compNum].launchapp = (strstr(attr, "LAUNCHAPP") != NULL);
comps[*compNum].additional = (strstr(attr, "ADDITIONAL") != NULL);
if (!(comps[*compNum].selected && comps[*compNum].invisible && invisibleCount))
{