PHOTON BUILD ONLY

fix for a path problem with config files


git-svn-id: svn://10.0.0.236/trunk@118618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briane%qnx.com
2002-04-10 13:57:19 +00:00
parent b4fe5cdb58
commit cab278b529

View File

@@ -1014,8 +1014,7 @@ StartupEmbedding()
profile_dir = (char *)alloca(strlen(getenv("HOME")) + strlen("/.ph") + 1);
sprintf(profile_dir, "%s/.ph", getenv("HOME"));
//rv = StartupProfile(profile_dir, "mozilla");
rv = StartupProfile("/home/briane", ".mozilla");
rv = StartupProfile(profile_dir, "mozilla");
if (NS_FAILED(rv))
NS_WARNING("Warning: Failed to start up profiles.\n");