Added a ToDo comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1139,6 +1139,10 @@ BApplication::window_quit_loop(bool quitFilePanels, bool force)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ToDo: QuitRequested() can be overridden by others, IOW we
|
||||||
|
// cannot assume the window hasn't been unlocked in the mean
|
||||||
|
// time and is gone by now.
|
||||||
|
// We probably don't want to die in that case here, do we?
|
||||||
window->Quit();
|
window->Quit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user