From d6e150746ca6c3c4c3d826db57f9b1a336efec59 Mon Sep 17 00:00:00 2001 From: "briane%qnx.com" Date: Wed, 10 Apr 2002 13:57:19 +0000 Subject: [PATCH] PHOTON BUILD ONLY fix for a path problem with config files --- embedding/browser/photon/src/PtMozilla.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/embedding/browser/photon/src/PtMozilla.cpp b/embedding/browser/photon/src/PtMozilla.cpp index 50c9de098f35..a168dcafe6f4 100644 --- a/embedding/browser/photon/src/PtMozilla.cpp +++ b/embedding/browser/photon/src/PtMozilla.cpp @@ -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");