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:
parent
bc10b93323
commit
137ba4dff3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user