src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp
changeset 23 e6ad4ef83b23
parent 1 f7ac710697a9
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp	Thu Sep 02 20:44:51 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();