make ShowProgressUI return in Mac OS X updater

This commit is contained in:
joshmoz%gmail.com 2005-06-21 23:52:26 +00:00
Родитель 16eda5730c
Коммит 325e4daa48
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;