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:
Frank Wein 2009-10-07 22:16:53 +02:00
Родитель da0f77b63f
Коммит 2b47788edc
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -760,8 +760,6 @@ nsNetscapeProfileMigratorBase::GetFileValue(nsIPrefBranch* aPrefBranch, const ch
rv = theFile->SetRelativeDescriptor(mSourceProfile, Substring(prefValue, 7));
if (NS_FAILED(rv))
return rv;
*aReturnFile = theFile;
} else {
rv = aPrefBranch->GetComplexValue(aPrefName,
NS_GET_IID(nsILocalFile),