mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
GetSingleProfile() is going away. use GetFirstProfile now.
This commit is contained in:
parent
c695a85031
commit
7dd6e3333a
@ -97,7 +97,7 @@ static PRBool GetProfileDirectory(nsFileSpec& outSpec)
|
|||||||
if (numProfiles == 1)
|
if (numProfiles == 1)
|
||||||
{
|
{
|
||||||
// one profile exists: use that profile
|
// one profile exists: use that profile
|
||||||
profileService->GetSingleProfile(&currProfileName);
|
profileService->GetFirstProfile(&currProfileName);
|
||||||
profileService->GetProfileDir(currProfileName, &currProfileDirSpec);
|
profileService->GetProfileDir(currProfileName, &currProfileDirSpec);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user