diff -r 6ceef9a83b1a -r 6defe5d1bd39 fep/aknfep/src/AknFepSharedDataInterface.cpp --- a/fep/aknfep/src/AknFepSharedDataInterface.cpp Mon Mar 15 12:42:02 2010 +0200 +++ b/fep/aknfep/src/AknFepSharedDataInterface.cpp Wed Mar 31 22:08:20 2010 +0300 @@ -732,8 +732,10 @@ TInt CAknFepSharedDataInterface::HandleRepositoryCallBack(TAny* aPtr) { CAknFepSharedDataInterface *self = STATIC_CAST(CAknFepSharedDataInterface*, aPtr); -#ifdef RD_INTELLIGENT_TEXT_INPUT - if(self->iAknFepRepositoryWatcher->IsGenericCenrepChange()) +#ifdef RD_INTELLIGENT_TEXT_INPUT + + if( self->iAknFepRepositoryWatcher && + self->iAknFepRepositoryWatcher->IsGenericCenrepChange()) { return HandleGenericRepositoryChange(aPtr); }