diff -r 4633027730f5 -r e6ad4ef83b23 src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp --- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp Thu Sep 02 20:44:51 2010 +0300 @@ -162,16 +162,16 @@ case Qt::Key_Down:{ q->actionHandler(HbInputModeHandler::HbInputModeActionLaunchCandidatePopup); break; - } - case Qt::Key_Space:{ - if (event->modifiers() & Qt::ControlModifier){ - if (HbInputSettingProxy::instance()->predictiveInputStatus()) { - HbInputSettingProxy::instance()->setPredictiveInputStatus(0); - } else { - HbInputSettingProxy::instance()->setPredictiveInputStatus(1); - } - break; - } + } + case Qt::Key_Space:{ + if (event->modifiers() & Qt::ControlModifier){ + if (HbInputSettingProxy::instance()->predictiveInputStatus()) { + HbInputSettingProxy::instance()->setPredictiveInputStatus(0); + } else { + HbInputSettingProxy::instance()->setPredictiveInputStatus(1); + } + break; + } } default: { int currentTextCase = focusObject->editorInterface().textCase();