Fix for bug 91904, submitted by neil@parkwaycc.co.uk; add call to FlashWindow( .., FALSE )

when turning flashing off; r=law, sr=blake
This commit is contained in:
law%netscape.com 2001-10-13 00:07:20 +00:00
Родитель 3636bfa897
Коммит ed9573e1e9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -5629,6 +5629,7 @@ static VOID CALLBACK nsGetAttentionTimerFunc( HWND hwnd, UINT uMsg, UINT idEvent
// We're not in the foreground yet.
FlashWindow( hwnd, TRUE );
} else {
FlashWindow( hwnd, FALSE );
KillTimer( hwnd, idEvent );
}
}