update for rev 1.26 of nsIAppShellService.idl: Quit takes a new parameter. bug 163918 r=brendan,bryner

git-svn-id: svn://10.0.0.236/trunk@128048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
2002-08-24 18:58:19 +00:00
parent bc2d7122ec
commit 8993ffb477
7 changed files with 7 additions and 7 deletions

View File

@@ -376,7 +376,7 @@ OSErr nsMacCommandLine::Quit(TAskSave askSave)
if (NS_FAILED(rv))
return errAEEventNotHandled;
(void)appShellService->Quit();
(void)appShellService->Quit(nsIAppShellService::eAttemptQuit);
return noErr;
}