From 2818b0435a89961e1b7077a62918ec21045ce1a4 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 23 Apr 2004 19:13:54 +0000 Subject: [PATCH] #241369 r=pedemont, sr=blizzard (platform specific) OS/2 only - Installer isn't closing some version of mozturbo git-svn-id: svn://10.0.0.236/trunk@155405 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/os2turbo/mozturbo.cpp | 2 +- mozilla/xpinstall/packager/os2/config.it | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/xpfe/bootstrap/os2turbo/mozturbo.cpp b/mozilla/xpfe/bootstrap/os2turbo/mozturbo.cpp index 877aaf6e6ad..3f6a583efd0 100644 --- a/mozilla/xpfe/bootstrap/os2turbo/mozturbo.cpp +++ b/mozilla/xpfe/bootstrap/os2turbo/mozturbo.cpp @@ -162,7 +162,7 @@ int main(int argc, char *argv[]) { } if (do_unload) { - HEV hev; + HEV hev = NULLHANDLE; if (DosOpenEventSem(SEMNAME, &hev) == NO_ERROR) { if (DosPostEventSem(hev) == NO_ERROR) { if (DosCloseEventSem(hev) == NO_ERROR) { diff --git a/mozilla/xpinstall/packager/os2/config.it b/mozilla/xpinstall/packager/os2/config.it index 9b47ee44247..fce9418b0f5 100644 --- a/mozilla/xpinstall/packager/os2/config.it +++ b/mozilla/xpinstall/packager/os2/config.it @@ -350,6 +350,8 @@ Extra Cmd0 Parameter=-kill [Check Instance1] Process Name=mozturbo.exe Extra Cmd0 Parameter=-u +;*** LOCALIZE ME BABY *** +Message=Unable to close mozturbo.exe. Please press OK to try again. If this problem persists, press the Cancel button and close mozturbo.exe manually. To do this, go to the directory where $ProductName$ is installed and type 'mozturbo -u'. [Component XPCOM] Description Short=Mozilla XPCOM