Fix for bug 209925. Remove the temporary hack for bug 192124.

r=ccarlen, sr=jag
This commit is contained in:
varga%netscape.com 2003-06-20 03:11:24 +00:00
parent b2a0d7557e
commit b0169c51b1

View File

@ -283,9 +283,6 @@ nsProfileDirServiceProvider::GetFile(const char *prop, PRBool *persistant, nsIFi
}
}
else if (inAtom == sApp_BookmarksFile50) {
#ifdef XP_MACOSX
*persistant = PR_FALSE; // See bug 192124
#endif
rv = domainDir->Clone(getter_AddRefs(localFile));
if (NS_SUCCEEDED(rv))
rv = localFile->AppendNative(BOOKMARKS_FILE_50_NAME);