diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp --- a/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp Fri Sep 17 08:28:39 2010 +0300 @@ -284,4 +284,13 @@ mSettingsManager->writeItemValue(mCVIdkey, -1); } } + +//--------------------------------------------------------------- +// MsgConversationBaseView::handleKeyEvent +// +//--------------------------------------------------------------- +bool MsgConversationBaseView::handleKeyEvent(int key) +{ + return mConversationView->handleKeyEvent(key); +} // EOF