mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
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:
parent
e2c9a513f2
commit
e8163bf9e8
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user