Fix bug 313025: if quitting via the Dock menu while Camino is hidden, activate it before showing the quit warning dialog.

This commit is contained in:
smfr%smfr.org 2005-10-20 03:28:20 +00:00
Родитель 09396199f0
Коммит fe9aa4ed98
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -379,6 +379,7 @@ const int kReuseWindowOnAE = 2;
if (quitAlertMsg)
{
[NSApp activateIgnoringOtherApps:YES];
nsAlertController* controller = CHBrowserService::GetAlertController();
BOOL dontShowAgain = NO;
BOOL confirmed = [controller confirmCheckEx:nil