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:
Jérôme Duval 2009-02-09 23:27:02 +00:00
parent 00405f2286
commit 9d7d4a74b5

View File

@ -226,8 +226,6 @@ KeymapWindow::AddMaps(BView *placeholderView)
bool
KeymapWindow::QuitRequested()
{
if (!IsActive())
return false;
be_app->PostMessage(B_QUIT_REQUESTED);
return true;
}