зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
97b2604f3a
Коммит
356200e217
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче