From af10de93a495dded3c7c0ad36a832c0c749a3840 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Sat, 28 Nov 2009 16:35:30 +0000 Subject: [PATCH] Changed a comment git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34329 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Menu.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/kits/interface/Menu.cpp b/src/kits/interface/Menu.cpp index 45ec04bb1f..4c47e75ebd 100644 --- a/src/kits/interface/Menu.cpp +++ b/src/kits/interface/Menu.cpp @@ -368,8 +368,10 @@ BMenu::AttachedToWindow() // TODO: Move into init_interface_kit(). // Currently we can't do that, as get_key_map() blocks forever - // when called there. Probably because the BApplication isn't yet - // initialized, or running. + // when called on input_server initialization, since it tries + // to send a synchronous message to itself (input_server is + // a BApplication) + BMenu::sAltAsCommandKey = true; key_map* keys = NULL; char* chars = NULL;