From 325e4daa4802406f6292c11d378cb68dc1e49903 Mon Sep 17 00:00:00 2001 From: "joshmoz%gmail.com" Date: Tue, 21 Jun 2005 23:52:26 +0000 Subject: [PATCH] make ShowProgressUI return in Mac OS X updater --- toolkit/mozapps/update/src/updater/progressui_osx.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/update/src/updater/progressui_osx.mm b/toolkit/mozapps/update/src/updater/progressui_osx.mm index 73e7ae1e4ce..d0b518a677b 100644 --- a/toolkit/mozapps/update/src/updater/progressui_osx.mm +++ b/toolkit/mozapps/update/src/updater/progressui_osx.mm @@ -88,7 +88,7 @@ static const char *sProgramPath; if (sQuit) { [aTimer invalidate]; [aTimer release]; - [[NSApplication sharedApplication] terminate:self]; + [[NSApplication sharedApplication] stop:self]; } float progress = sProgressVal;