From 8d8a274feb0db7e7ca046202430e6f6424139701 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 9 Jun 2000 01:23:36 +0000 Subject: [PATCH] Oops; part of earlier checkin implementing the URL echo apple event. Be sure to shut down the AE classes on quit. r=fm, a=beppe. git-svn-id: svn://10.0.0.236/trunk@71850 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsCommandLineServiceMac.cpp | 2 +- mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.cpp b/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.cpp index 1dd0dbd2d7f..34eacfc4d7f 100644 --- a/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.cpp +++ b/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.cpp @@ -29,7 +29,6 @@ // Mozilla #include "nsFileSpec.h" #include "nsFileStream.h" -#include "nsAppleEvents.h" #include "nsDebug.h" #include "nsIAppShellService.h" #include "nsIServiceManager.h" @@ -72,6 +71,7 @@ nsMacCommandLine::nsMacCommandLine() nsMacCommandLine::~nsMacCommandLine() //---------------------------------------------------------------------------------------- { + ShutdownAEHandlerClasses(); } diff --git a/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.cpp b/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.cpp index 1dd0dbd2d7f..34eacfc4d7f 100644 --- a/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.cpp +++ b/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.cpp @@ -29,7 +29,6 @@ // Mozilla #include "nsFileSpec.h" #include "nsFileStream.h" -#include "nsAppleEvents.h" #include "nsDebug.h" #include "nsIAppShellService.h" #include "nsIServiceManager.h" @@ -72,6 +71,7 @@ nsMacCommandLine::nsMacCommandLine() nsMacCommandLine::~nsMacCommandLine() //---------------------------------------------------------------------------------------- { + ShutdownAEHandlerClasses(); }