summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod/qcoefepinputcontext_s60.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-05 01:58:29 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-05 01:58:29 (GMT)
commit56d5cac2f2bbee9e4e1ee6ac6ac9670926bb329f (patch)
tree4533403537769121558dec29414ffcedb1103abc /src/gui/inputmethod/qcoefepinputcontext_s60.cpp
parent186cdd1c29f1c708455ec2f0771a6eb600d4a075 (diff)
parent4c486619517cea4012a157995bce197c817d83e5 (diff)
downloadQt-56d5cac2f2bbee9e4e1ee6ac6ac9670926bb329f.zip
Qt-56d5cac2f2bbee9e4e1ee6ac6ac9670926bb329f.tar.gz
Qt-56d5cac2f2bbee9e4e1ee6ac6ac9670926bb329f.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Diffstat (limited to 'src/gui/inputmethod/qcoefepinputcontext_s60.cpp')
-rw-r--r--src/gui/inputmethod/qcoefepinputcontext_s60.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp
index a295d66..1bf7662 100644
--- a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp
+++ b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp
@@ -139,8 +139,7 @@ void QCoeFepInputContext::widgetDestroyed(QWidget *w)
// Make sure that the input capabilities of whatever new widget got focused are queried.
CCoeControl *ctrl = w->effectiveWinId();
if (ctrl->IsFocused()) {
- ctrl->SetFocus(false);
- ctrl->SetFocus(true);
+ queueInputCapabilitiesChanged();
}
}