Mac Only
Make Mozilla stop complaining about the lack of an Essential Files folder. This is a temporary fix until the build system can agan generate the folder git-svn-id: svn://10.0.0.236/trunk@12487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -563,9 +563,13 @@ static void AssertRequiredGuts()
|
||||
|
||||
{ // Ensure that the folder exists (even if pointed to by an alias) and actually _is_ a folder
|
||||
Boolean targetIsFolder, targetWasAliased;
|
||||
|
||||
// Temporarly commented out until the Essential Files folder can be generated by the build again
|
||||
/*
|
||||
if ( (ResolveAliasFile(&gutsFolderSpec, true, &targetIsFolder, &targetWasAliased) != noErr)
|
||||
|| !targetIsFolder )
|
||||
RequiredGutsNotFoundAlert();
|
||||
*/
|
||||
}
|
||||
|
||||
// ...and finally, publish the found spec where other routines in the app can find it
|
||||
|
||||
Reference in New Issue
Block a user