diff -r e4c884866116 -r 6a40edd41841 logsui/logsapp/src/logsrecentcallsview.cpp --- a/logsui/logsapp/src/logsrecentcallsview.cpp Fri Sep 17 08:29:34 2010 +0300 +++ b/logsui/logsapp/src/logsrecentcallsview.cpp Mon Oct 04 00:17:41 2010 +0300 @@ -161,7 +161,6 @@ void LogsRecentCallsView::handleExit() { markMissedCallsSeen(); - LogsBaseView::handleExit(); } // ----------------------------------------------------------------------------- @@ -405,7 +404,7 @@ void LogsRecentCallsView::handleBackSoftkey() { LOGS_QDEBUG( "logs [UI] -> LogsRecentCallsView::handleBackSoftkey()" ); - handleExit(); + mViewManager.exitApplication(); LOGS_QDEBUG( "logs [UI] <- LogsRecentCallsView::handleBackSoftkey()" ); }