Bug 396358 - "Removed Old XP_MAC in nsProfileDirServiceProvider.cpp" [p=xfsunoles@gmail.com (Jonathan Steele) r=bsmedberg a1.9=sayrer]

This commit is contained in:
reed@reedloden.com 2007-10-13 00:41:08 -07:00
parent 21f260985d
commit 8f20185a5f

View File

@ -401,7 +401,7 @@ nsProfileDirServiceProvider::InitProfileDir(nsIFile *profileDir)
return rv;
}
#if !defined(XP_MAC) && !defined(WINCE)
#if !defined(WINCE)
rv = profileDir->SetPermissions(0700);
if (NS_FAILED(rv))
return rv;