diff -r 90fe74753f71 -r acd4e87b24b4 logsui/logsapp/src/logsrecentcallsview.cpp --- a/logsui/logsapp/src/logsrecentcallsview.cpp Fri Sep 03 14:26:05 2010 +0300 +++ b/logsui/logsapp/src/logsrecentcallsview.cpp Fri Sep 17 16:47:32 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()" ); }