diff -r 4633027730f5 -r e6ad4ef83b23 src/hbinput/inputwidgets/hbinputsettinglist.cpp --- a/src/hbinput/inputwidgets/hbinputsettinglist.cpp Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputsettinglist.cpp Thu Sep 02 20:44:51 2010 +0300 @@ -305,7 +305,7 @@ bool langSupportsPrediction = (predFactory->predictionEngineForLanguage(d->mPrimaryLanguage) != NULL); HbInputSettingProxy::instance()->setGlobalSecondaryInputLanguage(d->mSecondaryLanguage); - bool predictionStatus = settings->predictiveInputStatusForActiveKeyboard(); + bool predictionStatus = settings->predictiveInputStatusForActiveKeyboard(); if (!langSupportsPrediction && predictionStatus) { d->mIsPredictionDisabled = true; settings->setPredictiveInputStatusForActiveKeyboard(false);