branch | RCL_3 |
changeset 17 | caea42e26caa |
parent 0 | 72b543305e3a |
--- a/messagingappbase/msgeditor/appuisrc/MsgViewAttachmentsDialog.cpp Fri Feb 19 22:47:38 2010 +0200 +++ b/messagingappbase/msgeditor/appuisrc/MsgViewAttachmentsDialog.cpp Fri Mar 12 15:42:19 2010 +0200 @@ -427,7 +427,7 @@ EXPORT_C void CMsgViewAttachmentsDialog::HandleServerAppExit( TInt /*aReason*/) { // replace navi pane with empty one. - iNaviPane->PushDefaultL(); + TRAP_IGNORE(iNaviPane->PushDefaultL()); iBusy = EFalse; }