fep/aknfep/src/AknFepSharedDataInterface.cpp
branchRCL_3
changeset 7 6defe5d1bd39
parent 5 a47de9135b21
child 8 4eb1ae11334f
--- 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);
         }