diff -r 4633027730f5 -r e6ad4ef83b23 src/hbplugins/inputmethods/common/hbinputbasichandler.cpp --- a/src/hbplugins/inputmethods/common/hbinputbasichandler.cpp Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputbasichandler.cpp Thu Sep 02 20:44:51 2010 +0300 @@ -181,7 +181,7 @@ if(d->mAutoCompleter) { d->mInputMethod->closeAutoCompletionPopup(); } - break; + break; default: ret = HbInputModeHandler::filterEvent(event); break;