Modified to load the newpm.xul to invoke profile manager ui

This commit is contained in:
gayatrib%netscape.com 1999-07-06 08:32:21 +00:00
Родитель bc3a55c724
Коммит 92ba60eb1a
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -376,7 +376,7 @@ int main(int argc, char* argv[])
if (NS_SUCCEEDED(rv))
{
if (cmdResult) {
profstr = "resource:/res/profile/profileManagerContainer.xul";
profstr = "resource:/res/profile/pm.xul";
}
}
@ -397,7 +397,7 @@ int main(int argc, char* argv[])
#ifdef XP_PC
profileService->MigrateProfileInfo();
#endif
profstr = "resource:/res/profile/profileManagerContainer.xul";
profstr = "resource:/res/profile/pm.xul";
}
}
@ -608,7 +608,7 @@ int main(int argc, char* argv[])
profstr = "resource:/res/profile/cpw.xul";
}
else if (numProfiles > 1)
profstr = "resource:/res/profile/profileManagerContainer.xul";
profstr = "resource:/res/profile/pm.xul";
}
@ -631,7 +631,7 @@ int main(int argc, char* argv[])
nsCOMPtr<nsIWebShellWindow> profWindow;
rv = profAppShell->CreateTopLevelWindow(nsnull, profURL, PR_TRUE, getter_AddRefs(profWindow),
nsnull, nsnull, NS_SIZETOCONTENT, NS_SIZETOCONTENT);
nsnull, nsnull, profWinWidth, profWinHeight);
NS_RELEASE(profURL);