Bug 238083: SeaMonkey silently dies on 'Switch Profile...', if all 'general.startup.*' prefs disabled. r=Neil

git-svn-id: svn://10.0.0.236/trunk@195208 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ajschult%verizon.net 2006-04-23 16:28:23 +00:00
parent bc10b93323
commit 137ba4dff3

View File

@ -585,6 +585,7 @@ nsAppStartup::CreateStartupState(PRInt32 aWindowWidth, PRInt32 aWindowHeight,
PRBool *_retval)
{
NS_ENSURE_ARG_POINTER(_retval);
*_retval = PR_FALSE;
nsresult rv;
// If starting up in server mode, then we do things differently.