This commit is contained in:
Dão Gottwald 2009-04-13 19:43:10 +02:00
commit cb70698a50

View File

@ -130,7 +130,8 @@ nsXREDirProvider::Initialize(nsIFile *aXULAppDir,
if (app) {
PRBool per = PR_FALSE;
app->GetFile(NS_APP_USER_PROFILE_50_DIR, &per, getter_AddRefs(mProfileDir));
NS_ASSERTION(per, "NS_APP_USER_PROFILE_50_DIR no defined! This shouldn't happen!");
NS_ASSERTION(per, "NS_APP_USER_PROFILE_50_DIR must be persistent!");
NS_ASSERTION(mProfileDir, "NS_APP_USER_PROFILE_50_DIR not defined! This shouldn't happen!");
}
}