fix for a path problem with config files
This commit is contained in:
briane%qnx.com 2002-04-10 13:57:19 +00:00
Родитель e958546d80
Коммит d6e150746c
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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");