From 7dd6e3333a8fdaa5c154d42b53d0f39003f99dc0 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 7 Oct 1999 06:55:59 +0000 Subject: [PATCH] GetSingleProfile() is going away. use GetFirstProfile now. --- xpfe/appshell/src/nsFileLocations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/appshell/src/nsFileLocations.cpp b/xpfe/appshell/src/nsFileLocations.cpp index d7b1fadc941c..3cbc9e0613c5 100644 --- a/xpfe/appshell/src/nsFileLocations.cpp +++ b/xpfe/appshell/src/nsFileLocations.cpp @@ -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