--- a/fep/aknfep/src/AknFepSharedDataInterface.cpp Tue Feb 02 01:02:04 2010 +0200
+++ b/fep/aknfep/src/AknFepSharedDataInterface.cpp Fri Apr 16 15:17:40 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);
}