Changed the version of the nsInstallDelete constructor being called from the 4 param version to the 3 param version since I have the registry entry. Fixes bug 7846.

This commit is contained in:
dbragg%netscape.com 1999-08-27 22:01:01 +00:00
Родитель 97b2604f3a
Коммит 356200e217
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -563,7 +563,7 @@ nsInstall::DeleteComponent(const nsString& aRegistryName, PRInt32* aReturn)
return NS_OK;
}
nsInstallDelete* id = new nsInstallDelete(this, "", qualifiedRegName, &result);
nsInstallDelete* id = new nsInstallDelete(this, qualifiedRegName, &result);
if (id == nsnull)
{