src/hbplugins/inputmethods/hardwareinput/hbhardware12key.cpp
changeset 34 ed14f46c0e55
parent 1 f7ac710697a9
--- 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();