зеркало из https://github.com/mozilla/pjs.git
fixing bug 206783 - Dependee feature in the linux mozilla installer is broken. r=sgehani, rs=sspitzer, a=sspitzer
This commit is contained in:
Родитель
7f5f3f2fb9
Коммит
24b50346a6
|
@ -246,8 +246,6 @@ nsComponentsDlg::Parse(nsINIParser *aParser)
|
|||
currDepComp = mCompList->GetCompByShortDesc(currDepName);
|
||||
if (!currDepComp) // unexpected dependee name
|
||||
continue;
|
||||
currDepComp->SetSelected();
|
||||
currDepComp->DepAddRef();
|
||||
|
||||
currIdxComp->AddDependee(currDepName);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче