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:
@@ -1751,9 +1751,13 @@ ShutdownProcess::_DisplayAbortingApp(team_id team)
|
|||||||
if (event == ABORT_EVENT && phase == ABORTED_PHASE && eventTeam < 0)
|
if (event == ABORT_EVENT && phase == ABORTED_PHASE && eventTeam < 0)
|
||||||
break;
|
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
|
// also stop when the responsible app quit
|
||||||
if ((event == APP_QUIT_EVENT) && eventTeam == team)
|
if ((event == APP_QUIT_EVENT) && eventTeam == team)
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user