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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user