changeset 6 | c3690ec91ef8 |
parent 2 | 06ff229162e9 |
child 23 | e6ad4ef83b23 |
--- a/src/hbplugins/inputmethods/common/hbinputnumerichandler.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputnumerichandler.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -73,6 +73,8 @@ commitAndUpdate(qc); break; } + case HbInputButton::ButtonKeyCodeSettings: + break; default: ret = HbInputModeHandler::filterEvent(event); break;