зеркало из https://github.com/mozilla/pjs.git
checking in patch from bugzilla@bsdchicks.com to fix bug 109044 - Install error -239 registering chrome on some systems. r=ssu, sr=dveditz
This commit is contained in:
Родитель
429ea720db
Коммит
1d82437f44
|
@ -236,7 +236,7 @@ PRInt32 nsRegisterItem::Prepare()
|
||||||
|
|
||||||
PRInt32 nsRegisterItem::Complete()
|
PRInt32 nsRegisterItem::Complete()
|
||||||
{
|
{
|
||||||
nsresult rv;
|
nsresult rv = NS_OK;
|
||||||
PRInt32 result = nsInstall::SUCCESS;
|
PRInt32 result = nsInstall::SUCCESS;
|
||||||
PRBool isProfile = mChromeType & CHROME_PROFILE;
|
PRBool isProfile = mChromeType & CHROME_PROFILE;
|
||||||
nsIXULChromeRegistry* reg = mInstall->GetChromeRegistry();
|
nsIXULChromeRegistry* reg = mInstall->GetChromeRegistry();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче