Bug #232699 --> disable -turbo for thunderbird like it is already disabled for firebird so the user does not

get in a state from which he cannot quit.
This commit is contained in:
scott%scott-macgregor.org 2004-01-30 22:33:08 +00:00
parent 8c6f746994
commit 7234fca943

View File

@ -1401,14 +1401,14 @@ static nsresult DumpVersion(char *appname)
}
/* Temporary hack until quicklaunch is removed for real.
* This prevents firebird from getting into a broken
* This prevents firebird and thunderbird from getting into a broken
* state from which you can't quit.
*/
static nsresult DumpTurbo(char *appname)
{
nsresult rv = NS_OK;
printf("Quick Launch is not supported in Mozilla Firebird.");
printf("Quick Launch is not supported.");
return rv;
}
@ -1490,7 +1490,7 @@ static PRBool HandleDumpArguments(int argc, char* argv[])
DumpVersion(argv[0]);
return PR_TRUE;
}
#ifdef MOZ_PHOENIX
#ifdef MOZ_XUL_APP
if ((PL_strcasecmp(argv[i], "/turbo") == 0)
|| (PL_strcasecmp(argv[i], "-turbo") == 0)
|| (PL_strcasecmp(argv[i], "/server") == 0)