No longer hide the "Application X has aborted the shutdown process" message when
that application quits; this just prevented us to see who the culprit is. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17213 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
78838bb774
commit
b793e7b72c
@ -1751,9 +1751,13 @@ ShutdownProcess::_DisplayAbortingApp(team_id team)
|
||||
if (event == ABORT_EVENT && phase == ABORTED_PHASE && eventTeam < 0)
|
||||
break;
|
||||
|
||||
// This doesn't give us anything; it will just prevent us to see which
|
||||
// app was responsible after all...
|
||||
#if 0
|
||||
// also stop when the responsible app quit
|
||||
if ((event == APP_QUIT_EVENT) && eventTeam == team)
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user