diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp --- a/src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp Mon Oct 18 18:23:13 2010 +0300 @@ -200,7 +200,7 @@ //activateState(inputState); //focusedObject->editorInterface().setInputMode(mInputMode); //focusedObject->syncEditorInterface(); - HbInputFocusObject *focusedObject = focusObject(); + HbInputFocusObject *focusedObject = focusObject(); if (focusedObject) { // Just refresh the situation. inputStateActivated(inputState()); @@ -508,7 +508,7 @@ mCandidatePopup->resize(candListSize); } - mCandidatePopup->setBackgroundFaded(false); + mCandidatePopup->setBackgroundFaded(false); mCandidatePopup->show(); } else if (mCandidatePopup->isVisible()) { mCandidatePopup->hide();