src/hbcore/inputfw/hbinputmethod.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbcore/inputfw/hbinputmethod.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmethod.cpp	Thu May 27 13:10:59 2010 +0300
@@ -241,7 +241,9 @@
     if (!isActiveMethod()) {
         return;
     }
+
     Q_D(HbInputMethod);
+
     d->mInputState.setKeyboard(newKeyboard);
     HbInputMethod* stateHandler = d->findStateHandler(d->mInputState);
     if (stateHandler) {