Made DefaultUserProfileRoot as home for migrated profiles

This commit is contained in:
racham%netscape.com 1999-06-22 01:02:11 +00:00
Родитель ae6e17ef5a
Коммит 5a837ec122
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1866,12 +1866,12 @@ NS_IMETHODIMP nsProfile::MigrateProfile(const char* profileName)
// Get current profile, make the new one a sibling...
nsIFileSpec* newSpec = NS_LocateFileOrDirectory(
nsSpecialFileSpec::App_UserProfileDirectory50);
nsSpecialFileSpec::App_DefaultUserProfileRoot50);
if (!newSpec)
return NS_ERROR_FAILURE;
newSpec->GetFileSpec(&newProfDir);
NS_RELEASE(newSpec);
newProfDir.SetLeafName(profileName);
newProfDir += profileName;
// Call migration service to do the work.