messagingapp/msgnotifications/msgnotifier/src/msgstorehandler.cpp
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 51 3507212d340e
--- a/messagingapp/msgnotifications/msgnotifier/src/msgstorehandler.cpp	Tue Jul 13 22:09:22 2010 +0530
+++ b/messagingapp/msgnotifications/msgnotifier/src/msgstorehandler.cpp	Sun Jul 25 18:59:19 2010 +0530
@@ -39,7 +39,7 @@
 MsgStoreHandler::MsgStoreHandler(MsgNotifierPrivate* notifier, CCSRequestHandler* aCvServer) :
     iMsvSession(NULL), iNotifier(notifier), iRequestHandler(aCvServer)
 {
-    TRAP_IGNORE(InitL());
+    InitL();
 }
 
 // ---------------------------------------------------------