diff -r fcb676ca077d -r fdbe8253b596 messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp --- a/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp Wed Sep 01 14:19:13 2010 +0530 +++ b/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp Tue Sep 07 13:28:39 2010 +0530 @@ -284,4 +284,13 @@ mSettingsManager->writeItemValue(mCVIdkey, -1); } } + +//--------------------------------------------------------------- +// MsgConversationBaseView::handleKeyEvent +// +//--------------------------------------------------------------- +bool MsgConversationBaseView::handleKeyEvent(int key) +{ + return mConversationView->handleKeyEvent(key); +} // EOF