Run Alert/AboutBox in asynchronous mode: otherwise it freeze video

(can't tell if it was the same for audio, as mine -hda- is not supported 
yet).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25894 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2008-06-09 22:52:53 +00:00
parent 234502808a
commit 47a197ac3a

View File

@ -479,10 +479,10 @@ MainWin::MessageReceived(BMessage *msg)
", Stephan Aßmus and Frederik Modéen", "Thanks");
if (fAlwaysOnTop) {
_ToggleAlwaysOnTop();
alert->Go();
alert->Go(NULL); // Asynchronous mode
_ToggleAlwaysOnTop();
} else {
alert->Go();
alert->Go(NULL); // Asynchronous mode
}
break;
case M_FILE_CLOSE: