From d5ff5ffdecee7b442f4ae17c77b5be10c3abdf42 Mon Sep 17 00:00:00 2001 From: "davidm%netscape.com" Date: Sat, 18 Sep 1999 00:29:01 +0000 Subject: [PATCH] Change the call to shutdown to a call to quit. git-svn-id: svn://10.0.0.236/trunk@48118 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsEditorShell.cpp | 2 +- mozilla/editor/composer/src/nsEditorShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/editor/base/nsEditorShell.cpp b/mozilla/editor/base/nsEditorShell.cpp index 2e1b05fd1ea..479423cfcfe 100644 --- a/mozilla/editor/base/nsEditorShell.cpp +++ b/mozilla/editor/base/nsEditorShell.cpp @@ -1246,7 +1246,7 @@ nsEditorShell::Exit() nsIAppShellService::GetIID(), (nsISupports**)&appShell); if (NS_SUCCEEDED(rv)) { - appShell->Shutdown(); + appShell->Quit(); nsServiceManager::ReleaseService(kAppShellServiceCID, appShell); } } diff --git a/mozilla/editor/composer/src/nsEditorShell.cpp b/mozilla/editor/composer/src/nsEditorShell.cpp index 2e1b05fd1ea..479423cfcfe 100644 --- a/mozilla/editor/composer/src/nsEditorShell.cpp +++ b/mozilla/editor/composer/src/nsEditorShell.cpp @@ -1246,7 +1246,7 @@ nsEditorShell::Exit() nsIAppShellService::GetIID(), (nsISupports**)&appShell); if (NS_SUCCEEDED(rv)) { - appShell->Shutdown(); + appShell->Quit(); nsServiceManager::ReleaseService(kAppShellServiceCID, appShell); } }