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:
saari%netscape.com
1998-10-10 01:16:36 +00:00
parent 98c60e7686
commit c1da67728a

View File

@@ -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