diff -r a2e43aa1ad11 -r 3b59b88b089e application/src/PodcastFeedView.cpp --- a/application/src/PodcastFeedView.cpp Mon Apr 05 11:33:41 2010 +0100 +++ b/application/src/PodcastFeedView.cpp Mon Apr 05 13:54:26 2010 +0100 @@ -836,6 +836,11 @@ void CPodcastFeedView::OpmlParsingComplete(TInt aError, TUint aNumFeedsImported) { + TRAP_IGNORE(OpmlParsingCompleteL(aError, aNumFeedsImported)); + } + +void CPodcastFeedView::OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported) + { DP("CPodcastFeedView::OpmlParsingComplete BEGIN"); switch (aError) @@ -900,7 +905,7 @@ void CPodcastFeedView::GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode) { - ((CPodcastAppUi*)AppUi())->GetErrorText(aErrorMessage,aErrorCode); + TRAP_IGNORE(((CPodcastAppUi*)AppUi())->GetErrorTextL(aErrorMessage,aErrorCode)); } void CPodcastFeedView::HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& /* aPenEventScreenLocation */)