reverted r29176. it's not OK with shutdown and it could also be a bug in interface kit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -226,8 +226,6 @@ KeymapWindow::AddMaps(BView *placeholderView)
|
|||||||
bool
|
bool
|
||||||
KeymapWindow::QuitRequested()
|
KeymapWindow::QuitRequested()
|
||||||
{
|
{
|
||||||
if (!IsActive())
|
|
||||||
return false;
|
|
||||||
be_app->PostMessage(B_QUIT_REQUESTED);
|
be_app->PostMessage(B_QUIT_REQUESTED);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user