зеркало из https://github.com/mozilla/gecko-dev.git
Bug 238083: SeaMonkey silently dies on 'Switch Profile...', if all 'general.startup.*' prefs disabled. r=Neil
This commit is contained in:
Родитель
20133be2af
Коммит
d3587977f8
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче