Bug 452465 - Migration wizard gets confused with non-matching directory-rel and directory prefs (forgot to include a change), r=Neil, a=KaiRo
This commit is contained in:
Родитель
da0f77b63f
Коммит
2b47788edc
|
@ -760,8 +760,6 @@ nsNetscapeProfileMigratorBase::GetFileValue(nsIPrefBranch* aPrefBranch, const ch
|
||||||
rv = theFile->SetRelativeDescriptor(mSourceProfile, Substring(prefValue, 7));
|
rv = theFile->SetRelativeDescriptor(mSourceProfile, Substring(prefValue, 7));
|
||||||
if (NS_FAILED(rv))
|
if (NS_FAILED(rv))
|
||||||
return rv;
|
return rv;
|
||||||
|
|
||||||
*aReturnFile = theFile;
|
|
||||||
} else {
|
} else {
|
||||||
rv = aPrefBranch->GetComplexValue(aPrefName,
|
rv = aPrefBranch->GetComplexValue(aPrefName,
|
||||||
NS_GET_IID(nsILocalFile),
|
NS_GET_IID(nsILocalFile),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче