diff -r 72b543305e3a -r d09ac5c1e252 messagingappbase/mce/src/MceDeliveryReportControlContainer.cpp --- a/messagingappbase/mce/src/MceDeliveryReportControlContainer.cpp Thu Dec 17 08:44:11 2009 +0200 +++ b/messagingappbase/mce/src/MceDeliveryReportControlContainer.cpp Thu Jan 07 12:45:05 2010 +0200 @@ -101,7 +101,7 @@ iListBox = new( ELeave ) CAknDoubleGraphicStyleListBox; iListBox->SetContainerWindowL( *this ); - iListBox->ConstructL( this, EAknListBoxSelectionList ); + iListBox->ConstructL( this, EAknListBoxSelectionList|EAknListBoxItemSpecificMenuDisabled ); CMceDeliveryReportAdapter* adapter = CMceDeliveryReportAdapter::NewL( iMceDeliveryReportView->MceAppUi()->LogEngine(), iListBox );