Return without error if user closes window.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7071 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1e695afb41
commit
d3befe5f8a
@ -133,6 +133,8 @@ BlockingWindow::QuitRequested() {
|
||||
if (fReadyToQuit) {
|
||||
return true;
|
||||
} else {
|
||||
// user requested to quit the window
|
||||
*fResult = B_OK;
|
||||
release_sem(fExitSem);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user