GetSingleProfile() is going away. use GetFirstProfile now.

This commit is contained in:
sspitzer%netscape.com 1999-10-07 06:55:59 +00:00
parent c695a85031
commit 7dd6e3333a

View File

@ -97,7 +97,7 @@ static PRBool GetProfileDirectory(nsFileSpec& outSpec)
if (numProfiles == 1)
{
// one profile exists: use that profile
profileService->GetSingleProfile(&currProfileName);
profileService->GetFirstProfile(&currProfileName);
profileService->GetProfileDir(currProfileName, &currProfileDirSpec);
}
else